Click or drag to resize
DictionarySerializationContextDeserializeT Method (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 T Deserialize<T>(
	Object data
)

Parameters

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

Type Parameters

T
Type of the object to deserialize.

Return Value

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