Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Serialization.Xml"]
Class | Description | |
---|---|---|
AssemblyAndTypeSurrogate | Summary description for AssemblyAndTypeSurrogate. | |
AssemblyAndTypeSurrogateXmlSerializationSurrogate | ||
DeserializationException | Exception that is thrown during deserialization if unexpeced values are being deserialized. | |
DeserializationNullException | Exception that is thrown when an object was expected to be deserialized, but instead null was deserialized. | |
FrameworkXmlSerializationWrapper | 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. | |
XmlDeserializationCodeForAttribute | Used to point to the target type for which this class provides a serialization surrogate. | |
XmlSerializationCodeForAttribute | Used to point to the target type for which this class provides a serialization surrogate. | |
XmlSerializationSurrogateForAttribute | Used to point to the target type for which this class provides a serialization surrogate. | |
XmlStreamDeserializationInfo | Deserializes object from a XML stream. | |
XmlStreamSerializationInfo | Summary description for XmlStreamSerializationInfo. | |
XmlSurrogateSelector | Responsible for storage and retrieving of the xml surrogate classes. |
Interface | Description | |
---|---|---|
IXmlDeserializationInfo | ||
IXmlSerializationInfo | Summary description for IXmlSerializationInfo. | |
IXmlSerializationSurrogate | This interface has to be implemented by all XmlSerializationSurrogates. |
Delegate | Description | |
---|---|---|
XmlDeserializationCallbackEventHandler | This function is used to call back Deserialization surrogates after finishing deserialization |
Enumeration | Description | |
---|---|---|
XmlArrayEncoding | Defines the encoding used to store Arrays of primitive types |