Click or drag to resize
IDictionarySerializer Interface
Converts objects between dictionary representations and back.

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

The IDictionarySerializer type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
Deserializes an object from a dictionary.
Public methodSerialize
Serializes an object to a dictionary.
Top
See Also