| C# | Visual Basic | Visual C++ |
namespace eDriven.Core.Serialization
Namespace eDriven.Core.Serialization
namespace eDriven.Core.Serialization
| All Types | Classes | Interfaces |
| Icon | Type | Description |
|---|---|---|
| ISerializer |
The interface that should be implemented by custom serializer or 3rd party serializer wrapper
| |
| ISerializer<(Of <(<'T>)>)> |
The interface that should be implemented by custom serializer or 3rd party serializer wrapper
| |
| IUnique |
The ability to have the unique identifier
| |
| StringIndexedList<(Of <(<'T>)>)> |
The collection indexable by string
| |
| XmlSerializer<(Of <(<'T>)>)> |
XML serializer used for config etc.
|