 | StackDictionarySerializerT Class |
Converts stacks between dictionary representations and back.
Inheritance HierarchySystemObject Slash.Serialization.DictionaryStackDictionarySerializerT
Namespace: Slash.Serialization.DictionaryAssembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntaxpublic class StackDictionarySerializer<T> : IDictionarySerializer
Public Class StackDictionarySerializer(Of T)
Implements IDictionarySerializer
generic<typename T>
public ref class StackDictionarySerializer : IDictionarySerializer
type StackDictionarySerializer<'T> =
class
interface IDictionarySerializer
end
Type Parameters
- T
- Type of the stack elements.
The StackDictionarySerializerT type exposes the following members.
Constructors
Methods
| Name | Description |
---|
 | Deserialize |
Deserializes an object from a dictionary.
|
 | Serialize |
Serializes an object to a dictionary.
|
Top
See Also