Click or drag to resize
DictionaryDictionarySerializer Class
Dictionary serializer for dictionaries with string keys.
Inheritance Hierarchy
SystemObject
  Slash.Serialization.DictionaryDictionaryDictionarySerializer

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

The DictionaryDictionarySerializer type exposes the following members.

Constructors
  NameDescription
Public methodDictionaryDictionarySerializer
Initializes a new instance of the DictionaryDictionarySerializer class
Top
Methods
  NameDescription
Public methodDeserialize
Reads the object from the specified dictionary.
Public methodSerialize
Converts the specified object into a dictionary.
Top
See Also