Kentico 12 Service Pack API Reference
Kentico 12 Service Pack API Reference
Namespaces
CMS Namespaces
CMS.DataEngine Namespaces
CMS.DataEngine
IDataTypeTextSerializer Interface
IDataTypeTextSerializer Methods
Deserialize Method
Serialize Method
IDataTypeTextSerializer
Serialize Method
Serializes
value
into text.
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
Copy
string
Serialize
(
Object
value
)
Parameters
value
Type:
System
Object
Value to be serialized.
Return Value
Type:
String
Exceptions
Exception
Condition
ArgumentException
Thrown when value is not of expected type.
See Also
Reference
IDataTypeTextSerializer Interface
CMS.DataEngine Namespace
Copyright (c) 2019 Kentico Software
Send comments on this topic to
support@kentico.com