XmlSerializationWriter Class |
Namespace: System.Xml.Serialization
public abstract class XmlSerializationWriter : XmlSerializationGeneratedCode
The XmlSerializationWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | XmlSerializationWriter |
Initializes a new instance of the System.Xml.Serialization.XmlSerializationWriter
class.
|
Name | Description | |
---|---|---|
![]() | CreateInvalidEnumValueException |
Creates an System.InvalidOperationException for an invalid enumeration value.
|
![]() | CreateUnknownTypeException(Object) |
Creates an System.InvalidOperationException that indicates that a type being
serialized is not being used in a valid manner or is unexpectedly encountered.
|
![]() | CreateUnknownTypeException(Type) |
Creates an System.InvalidOperationException that indicates that a type being
serialized is not being used in a valid manner or is unexpectedly encountered.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() ![]() | FromByteArrayBase64 | Processes a base-64 byte array. |
![]() ![]() | FromChar |
Produces a string from an input System.Char.
|
![]() ![]() | FromDateTime |
Produces a string from an input System.DateTime.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitCallbacks | Initializes instances of the XmlSerializationWriteCallback delegate to serialize SOAP-encoded XML data. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | TopLevelElement |
Initializes object references only while serializing a SOAP-encoded SOAP
message.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteElementString |
Writes an XML element with a specified value in its body.
|
![]() | WriteElementStringRaw(String, String, Byte) |
Writes an XML element with a specified value in its body.
|
![]() | WriteElementStringRaw(String, String, String) |
Writes an XML element with a specified value in its body.
|
![]() | WriteEmptyTag |
Writes an XML element whose body is empty.
|
![]() | WriteEndElement | Writes a <closing> element tag. |
![]() | WriteEndElement(Object) | Writes a closing element tag. |
![]() | WriteNullableStringLiteral |
Writes an XML element that contains a string as the body. System.Xml.XmlWriter
inserts an xsi:nil='true' attribute if the string's value is null.
|
![]() | WriteNullableStringLiteralRaw |
Writes an XML element that contains a string as the body. System.Xml.XmlWriter
inserts a xsi:nil='true' attribute if the string's value is null.
|
![]() | WriteNullTagLiteral |
Writes an XML element with an xsi:nil='true' attribute.
|
![]() | WriteStartDocument |
Writes the XML declaration if the writer is positioned at the start of an
XML document.
|
![]() | WriteStartElement(String, String, Object, Boolean) |
Writes an opening element tag, including any attributes.
|
![]() | WriteStartElement(String, String, Object, Boolean, XmlSerializerNamespaces) |
Writes an opening element tag, including any attributes.
|
![]() | WriteXsiType |
Writes an xsi:type attribute for an XML element that is being serialized
into a document.
|