XmlStreamSerializationInfo Class |
Summary description for XmlStreamSerializationInfo.
Inheritance Hierarchy SystemObject Altaxo.Serialization.XmlXmlStreamSerializationInfo Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public class XmlStreamSerializationInfo : IXmlSerializationInfo
The XmlStreamSerializationInfo type exposes the following members.
Constructors Properties Methods | Name | Description |
---|
| AddArray(String, IReadOnlyListDouble, Int32) | |
| AddArray(String, IReadOnlyListObject, Int32) | |
| AddArray(String, IReadOnlyListString, Int32) | |
| AddArray(String, DateTime, Int32) | |
| AddArray(String, Int32, Int32) | |
| AddArray(String, Single, Int32) | |
| AddArray(String, BitArray, BitArray, Int32) | |
| AddArrayOfNullableElements | |
| AddArrayOfPrimitiveType | |
| AddAttributeValue(String, Int32) | |
| AddAttributeValue(String, String) | |
| AddBaseValueEmbedded | |
| AddBaseValueStandalone | |
| AddEnum | |
| AddNullableEnumT | |
| AddValue(String, Boolean) | |
| AddValue(String, Char) | |
| AddValue(String, DateTime) | |
| AddValue(String, Double) | |
| AddValue(String, Int32) | |
| AddValue(String, Int64) | |
| AddValue(String, MemoryStream) | |
| AddValue(String, NullableBoolean) | |
| AddValue(String, NullableDouble) | |
| AddValue(String, NullableInt32) | |
| AddValue(String, Object) | |
| AddValue(String, Single) | |
| AddValue(String, String) | |
| AddValue(String, TimeSpan) | |
| AddValueOrNull | |
| BeginWriting(Stream) | |
| BeginWriting(StringBuilder) | |
| BeginWriting(XmlWriter) |
Begins the writing using an already created xmlWriter. WriteStartDocument is not called here, because we assume that the open XmlWriter has already done that.
|
| ClearProperties |
Clears the property dictionary. Useful if the serialization info should be used to serialize multiple values.
If you clear the properties before the serialization of each value, the serialization behaves as if each value is
serialized independent of each other.
|
| CommitArray | |
| CommitElement | |
| CreateArray | |
| CreateElement | |
| EndWriting | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetProperty | |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsSerializable | |
| IsSerializableType | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| SaveAndSetProperty | |
| SetNodeContent | |
| SetProperty | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| WriteRaw |
Writes a raw Xml string. This can be used for instance if the string to write was lazy loaded from another Xml document.
|
TopFields See Also