Click or drag to resize
ListDictionarySerializerT Class
Converts lists between dictionary representations and back.
Inheritance Hierarchy
SystemObject
  Slash.Serialization.DictionaryListDictionarySerializerT

Namespace: Slash.Serialization.Dictionary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public class ListDictionarySerializer<T> : IDictionarySerializer

Type Parameters

T
Type of the list elements.

The ListDictionarySerializerT type exposes the following members.

Constructors
  NameDescription
Public methodListDictionarySerializerT
Initializes a new instance of the ListDictionarySerializerT class
Top
Methods
  NameDescription
Public methodDeserialize
Deserializes an object from a dictionary.
Public methodSerialize
Serializes an object to a dictionary.
Top
See Also