Click or drag to resize
ISerializableToXml Interface
Interface for classes which are convertable to/from XML.

Namespace:  SD.LLBLGen.Pro.Core
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface ISerializableToXml

The ISerializableToXml type exposes the following members.

Methods
  NameDescription
Public methodSerializeToWriter
Serializes the data in this class to the serializer passed in
Top
See Also