 | ListDictionarySerializerT Class |
Converts lists between dictionary representations and back.
Inheritance HierarchySystemObject Slash.Serialization.DictionaryListDictionarySerializerT
Namespace: Slash.Serialization.DictionaryAssembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntaxpublic class ListDictionarySerializer<T> : IDictionarySerializer
Public Class ListDictionarySerializer(Of T)
Implements IDictionarySerializer
generic<typename T>
public ref class ListDictionarySerializer : IDictionarySerializer
type ListDictionarySerializer<'T> =
class
interface IDictionarySerializer
endType Parameters
- T
- Type of the list elements.
The ListDictionarySerializerT type exposes the following members.
Constructors
Methods|
| Name | Description |
|---|
 | Deserialize |
Deserializes an object from a dictionary.
|
 | Serialize |
Serializes an object to a dictionary.
|
Top
See Also