Click or drag to resize
InMemorySerializerDeserializer Class
Simple class which serializes input to a memory stream and deserializes the stored input from the memory stream
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.XmlInMemorySerializerDeserializer

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 InMemorySerializerDeserializer : ISerializer, 
	IDisposable

The InMemorySerializerDeserializer type exposes the following members.

Constructors
  NameDescription
Public methodInMemorySerializerDeserializer
Initializes a new instance of the InMemorySerializerDeserializer class.
Top
Properties
  NameDescription
Public propertyReader
Gets the xml reader on the stream contained in this object.
Public propertyWriter
Gets or sets the xml writer to use for writing to a file.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
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 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 methodPrepareForDeserialization
Prepares this serializer/deserializer for deserialization.
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