Click or drag to resize
ValueWithTypeDictionarySerializerDeserialize Method
Deserializes an object from a dictionary.

Namespace: Slash.Serialization.Dictionary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public Object Deserialize(
	DictionarySerializationContext context,
	Dictionary<string, Object> data
)

Parameters

context
Type: Slash.Serialization.DictionaryDictionarySerializationContext
Serialization parameters, such as custom serializers and version number.
data
Type: System.Collections.GenericDictionaryString, Object
Dictionary which contains the object data.

Return Value

Type: Object
Deserialized object.

Implements

IDictionarySerializerDeserialize(DictionarySerializationContext, DictionaryString, Object)
See Also