Click or drag to resize

FrameworkXmlSerializationWrapper Methods

The FrameworkXmlSerializationWrapper type exposes the following members.

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