Click or drag to resize
StackDictionarySerializer Class
Converts stacks between dictionary representations and back.
Inheritance Hierarchy
SystemObject
  Slash.Serialization.DictionaryStackDictionarySerializer

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

The StackDictionarySerializer type exposes the following members.

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