Click or drag to resize
IDataTypeTextSerializer Interface
Defines contract for serialization and deserialization of DataType values to text.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public interface IDataTypeTextSerializer

The IDataTypeTextSerializer type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
Deserialize text into desired object.
Public methodSerialize
Serializes value into text.
Top
Remarks
Used for saving values in BizForm definitions.
See Also