Click or drag to resize
ISerializer Interface
Interface used to pass a serializer to ISerializeToXml implementing objects.

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 ISerializer

The ISerializer type exposes the following members.

Properties
  NameDescription
Public propertyWriter
Gets or sets the xml writer to use for writing to a file.
Top
Methods
  NameDescription
Public methodGetNameOrderingComparer
Gets the name ordering comparer to use for ordering when serializing elements. This uses ApplicationUtils.GetNameOrderingComparer();
Top
Extension Methods
  NameDescription
Public Extension MethodSerializeDataToXml
Serializes the data produced by the serializers to the serializer using normal elements.
(Defined by ExtensionMethods.)
Top
See Also