 | DictionarySerializationContextSerialize Method |
Serializes the passed object to a data dictionary.
Namespace: Slash.Serialization.DictionaryAssembly: Slash.Serialization (in Slash.Serialization.dll) Version: 1.0.6018.40176
Syntaxpublic Object Serialize(
Object obj
)
Public Function Serialize (
obj As Object
) As Object
public:
Object^ Serialize(
Object^ obj
)
member Serialize :
obj : Object -> Object
Parameters
- obj
- Type: SystemObject
Object to serialize.
Return Value
Type:
ObjectObject serialized as data dictionary.
See Also