Click or drag to resize
DictionarySerializationContextDeserializeContext Method
Deserializes this context from the passed data dictionary.

Namespace: Slash.Serialization.Dictionary
Assembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntax
public void DeserializeContext(
	Object obj
)

Parameters

obj
Type: SystemObject
Data dictionary containing the values of the object to deserialize.
See Also