Click or drag to resize

FrameworkXmlSerializationWrapper Class

This element wraps an Altaxo element, which is serializable to an Xml document using the Altaxo built-in Xml serialization infrastructure, to an element which is serializable as Xml by the .NET framework Xml serialization infrastructure. Since the framework infrastructure does not support renaming of classes, this wrapper class must not be renamed or moved to another namespace.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.XmlFrameworkXmlSerializationWrapper

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class FrameworkXmlSerializationWrapper : IXmlSerializable

The FrameworkXmlSerializationWrapper type exposes the following members.

Constructors
 NameDescription
Public methodFrameworkXmlSerializationWrapper Initializes a new instance of the FrameworkXmlSerializationWrapper class. This empty constructur is intended for deserialization.
Public methodFrameworkXmlSerializationWrapper(Object) Initializes a new instance of the FrameworkXmlSerializationWrapper class with the provided object to wrap.
Top
Properties
 NameDescription
Public propertyWrappedObject Gets the wrapped object.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetSchema This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIsSerializable Determines whether the specified object is serializable with the Altaxo xml serialization framework.
Public methodStatic memberIsSerializableType Determines whether instances of the provided type are serializable with the Altaxo Xml serialization framework.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodReadXml Generates an object from its XML representation.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWriteXml Converts an object into its XML representation.
Top
See Also