Click or drag to resize

Altaxo.Serialization.Xml Namespace

[Missing <summary> documentation for "N:Altaxo.Serialization.Xml"]

Classes
 ClassDescription
Public classAssemblyAndTypeSurrogate Summary description for AssemblyAndTypeSurrogate.
Public classAssemblyAndTypeSurrogateXmlSerializationSurrogate 
Public classDeserializationException Exception that is thrown during deserialization if unexpeced values are being deserialized.
Public classDeserializationNullException Exception that is thrown when an object was expected to be deserialized, but instead null was deserialized.
Public classFrameworkXmlSerializationWrapper 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.
Public classXmlDeserializationCodeForAttribute Used to point to the target type for which this class provides a serialization surrogate.
Public classXmlSerializationCodeForAttribute Used to point to the target type for which this class provides a serialization surrogate.
Public classXmlSerializationSurrogateForAttribute Used to point to the target type for which this class provides a serialization surrogate.
Public classXmlStreamDeserializationInfo Deserializes object from a XML stream.
Public classXmlStreamSerializationInfo Summary description for XmlStreamSerializationInfo.
Public classXmlSurrogateSelector Responsible for storage and retrieving of the xml surrogate classes.
Interfaces
 InterfaceDescription
Public interfaceIXmlDeserializationInfo 
Public interfaceIXmlSerializationInfo Summary description for IXmlSerializationInfo.
Public interfaceIXmlSerializationSurrogate This interface has to be implemented by all XmlSerializationSurrogates.
Delegates
 DelegateDescription
Public delegateXmlDeserializationCallbackEventHandler This function is used to call back Deserialization surrogates after finishing deserialization
Enumerations
 EnumerationDescription
Public enumerationXmlArrayEncoding Defines the encoding used to store Arrays of primitive types