 | DictionarySerializationContextDeserializeContext Method |
Deserializes this context from the passed data dictionary.
Namespace: Slash.Serialization.DictionaryAssembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntaxpublic void DeserializeContext(
Object obj
)
Public Sub DeserializeContext (
obj As Object
)
public:
void DeserializeContext(
Object^ obj
)
member DeserializeContext :
obj : Object -> unit
Parameters
- obj
- Type: SystemObject
Data dictionary containing the values of the object to deserialize.
See Also