Click or drag to resize
DictionarySerializationContextSerialize Method
Serializes the passed object to a data dictionary.

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

Parameters

obj
Type: SystemObject
Object to serialize.

Return Value

Type: Object
Object serialized as data dictionary.
See Also