Click or drag to resize
ProjectSerializer Class
Simple class which is used to serialize xml data to a file. The class is used as a container for the actual XmlWriter and additional information which is collected along the way during the serialization process.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.XmlProjectSerializer

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Xml
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class ProjectSerializer : ISerializer

The ProjectSerializer type exposes the following members.

Constructors
  NameDescription
Public methodProjectSerializer
Initializes a new instance of the ProjectSerializer class.
Public methodProjectSerializer(XmlWriter)
Initializes a new instance of the ProjectSerializer class.
Top
Properties
  NameDescription
Public propertyNamePerNormalRelationshipEdge
Gets the list of names per NormalRelationshipEdge
Public propertyNormalRelationshipEdgePerName
Gets the list of NormalRelationshipEdge instances per name
Public propertyWriter
Gets or sets the xml writer to use for writing to a file.
Top
Methods
  NameDescription
Public methodAddNormalRelationshipEdgeToDictionaries
Adds the normal relationship edge to dictionaries.
Public methodClose
Closes this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNameForNormalRelationshipEdgeFromDictionaries
Gets the name for normal relationship edge from dictionaries.
Public methodGetNameOrderingComparer
Gets the name ordering comparer to use for ordering when serializing elements. This uses ApplicationUtils.GetNameOrderingComparer();
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
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