System.Xml.Serialization.XmlSerializationWriter.WriteTypedPrimitive Method

Writes an XML element whose text body is a value of a simple XML Schema data type.

Syntax

protected void WriteTypedPrimitive (string name, string ns, object o, bool xsiType)

Parameters

name
The local name of the element to write.
ns
The namespace of the element to write.
o
The object to be serialized in the element body.
xsiType
true if the XML element explicitly specifies the text value's type using the xsi:type attribute; otherwise, false.

Remarks

The protected members of System.Xml.Serialization.XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

The xsi:type attribute explicitly indicates the XML Schema data type. The prefix xsi refers to the XML Schema instance namespace.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0