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

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

Parameters

value
Type: SystemObject
Value to be serialized.

Return Value

Type: String
Exceptions
ExceptionCondition
ArgumentExceptionThrown when value is not of expected type.
See Also