XmlSerializationWriter
protected XmlSerializationWriter()
protected Exception CreateChoiceIdentifierValueException(string value, string identifier, string name, string ns)
protected Exception CreateMismatchChoiceException(string value, string elementName, string enumValue)
protected void WriteElementQualifiedName(string localName, XmlQualifiedName value, XmlQualifiedName xsiType)
protected void WriteElementQualifiedName(string localName, string ns, XmlQualifiedName value, XmlQualifiedName xsiType)
protected void WriteElementString(string localName, string ns, string value, XmlQualifiedName xsiType)
protected void WriteElementStringRaw(string localName, string ns, string value, XmlQualifiedName xsiType)
protected void WriteElementStringRaw(string localName, string ns, byte[] value, XmlQualifiedName xsiType)
protected void WriteNullableQualifiedNameEncoded(string name, string ns, XmlQualifiedName value, XmlQualifiedName xsiType)
protected void WriteNullableStringEncoded(string name, string ns, string value, XmlQualifiedName xsiType)
protected void WriteNullableStringEncodedRaw(string name, string ns, string value, XmlQualifiedName xsiType)
protected void WriteNullableStringEncodedRaw(string name, string ns, byte[] value, XmlQualifiedName xsiType)
protected void WriteSerializable(IXmlSerializable serializable, string name, string ns, bool isNullable)
protected void WriteSerializable(IXmlSerializable serializable, string name, string ns, bool isNullable, bool wrapped)
protected void WriteStartElement(string name, string ns, object o, bool writePrefixed, XmlSerializerNamespaces xmlns)