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

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

Type Parameters

T
Type of the stack elements.

The StackDictionarySerializerT type exposes the following members.

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