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

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

The ListDictionarySerializer type exposes the following members.

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