Click or drag to resize
IDataContractSerializerServiceT Interface
Interface for service serializing / deserializing objects from / to XML using DataContractSerializer.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public interface IDataContractSerializerService<T>

Type Parameters

T
Type of object to serialize / deserialize.

The IDataContractSerializerServiceT type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
Deserializes XML string to object instance.
Public methodSerialize
Serializes object instance to XML string representation.
Top
See Also