Click or drag to resize
DictionarySerializationContextDeserialize Method (Type, Object)
Deserializes the object from the passed data dictionary.

Namespace: Slash.Serialization.Dictionary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public Object Deserialize(
	Type type,
	Object data
)

Parameters

type
Type: SystemType
Type of the object to deserialize.
data
Type: SystemObject
Data dictionary containing the values of the object to deserialize.

Return Value

Type: Object
Object deserialized from the passed data dictionary.
See Also