Click or drag to resize
DefaultDataTypeTextSerializerSerialize Method
Serializes value into text.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public string Serialize(
	Object value
)

Parameters

value
Type: SystemObject
Value to be serialized.

Return Value

Type: String

Implements

IDataTypeTextSerializerSerialize(Object)
See Also