XmlObjectSerializer Methods
.NET Framework 4.5
The XmlObjectSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals(Object) | 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 a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
IsStartObject(XmlDictionaryReader) | Gets a value that specifies whether the XmlDictionaryReader is positioned over an XML element that can be read. |
|
IsStartObject(XmlReader) | Gets a value that specifies whether the XmlReader is positioned over an XML element that can be read. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ReadObject(Stream) | Reads the XML stream or document with a Stream and returns the deserialized object. |
|
ReadObject(XmlDictionaryReader) | Reads the XML document or stream with an XmlDictionaryReader and returns the deserialized object. |
|
ReadObject(XmlReader) | Reads the XML document or stream with an XmlReader and returns the deserialized object. |
|
ReadObject(XmlDictionaryReader, Boolean) | Reads the XML stream or document with an XmlDictionaryReader and returns the deserialized object; it also enables you to specify whether the serializer can read the data before attempting to read it. |
|
ReadObject(XmlReader, Boolean) | Reads the XML document or stream with an XmlReader and returns the deserialized object; it also enables you to specify whether the serializer can read the data before attempting to read it. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
WriteEndObject(XmlDictionaryWriter) | Writes the end of the object data as a closing XML element to the XML document or stream with an XmlDictionaryWriter. |
|
WriteEndObject(XmlWriter) | Writes the end of the object data as a closing XML element to the XML document or stream with an XmlWriter. |
|
WriteObject(Stream, Object) | Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified Stream. |
|
WriteObject(XmlDictionaryWriter, Object) | Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified XmlDictionaryWriter. |
|
WriteObject(XmlWriter, Object) | Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified XmlWriter. |
|
WriteObjectContent(XmlDictionaryWriter, Object) | Writes only the content of the object to the XML document or stream using the specified XmlDictionaryWriter. |
|
WriteObjectContent(XmlWriter, Object) | Writes only the content of the object to the XML document or stream with the specified XmlWriter. |
|
WriteStartObject(XmlDictionaryWriter, Object) | Writes the start of the object's data as an opening XML element using the specified XmlDictionaryWriter. |
|
WriteStartObject(XmlWriter, Object) | Writes the start of the object's data as an opening XML element using the specified XmlWriter. |