XmlProtoSerializer Methods |
The XmlProtoSerializer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsStartObject(XmlReader) | Gets a value that specifies whether the XmlReader is positioned over an XML element that can be read. (Inherited from XmlObjectSerializer.) |
![]() | IsStartObject(XmlDictionaryReader) | (Overrides XmlObjectSerializerIsStartObject(XmlDictionaryReader).) |
![]() | ReadObject(Stream) | Reads the XML stream or document with a Stream and returns the deserialized object. (Inherited from XmlObjectSerializer.) |
![]() | ReadObject(XmlReader) | Reads the XML document or stream with an XmlReader and returns the deserialized object. (Inherited from XmlObjectSerializer.) |
![]() | ReadObject(XmlDictionaryReader) | Reads the XML document or stream with an XmlDictionaryReader and returns the deserialized object. (Inherited from XmlObjectSerializer.) |
![]() | 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. (Inherited from XmlObjectSerializer.) |
![]() | ReadObject(XmlDictionaryReader, Boolean) | (Overrides XmlObjectSerializerReadObject(XmlDictionaryReader, Boolean).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | TryCreate | |
![]() | WriteEndObject(XmlWriter) | Writes the end of the object data as a closing XML element to the XML document or stream with an XmlWriter. (Inherited from XmlObjectSerializer.) |
![]() | WriteEndObject(XmlDictionaryWriter) | (Overrides XmlObjectSerializerWriteEndObject(XmlDictionaryWriter).) |
![]() | WriteObject(Stream, Object) | Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified Stream. (Inherited from XmlObjectSerializer.) |
![]() | WriteObject(XmlWriter, Object) | Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified XmlWriter. (Inherited from XmlObjectSerializer.) |
![]() | WriteObject(XmlDictionaryWriter, Object) | Writes the complete content (start, content, and end) of the object to the XML document or stream with the specified XmlDictionaryWriter. (Inherited from XmlObjectSerializer.) |
![]() | WriteObjectContent(XmlWriter, Object) | Writes only the content of the object to the XML document or stream with the specified XmlWriter. (Inherited from XmlObjectSerializer.) |
![]() | WriteObjectContent(XmlDictionaryWriter, Object) | (Overrides XmlObjectSerializerWriteObjectContent(XmlDictionaryWriter, Object).) |
![]() | WriteStartObject(XmlWriter, Object) | Writes the start of the object's data as an opening XML element using the specified XmlWriter. (Inherited from XmlObjectSerializer.) |
![]() | WriteStartObject(XmlDictionaryWriter, Object) | (Overrides XmlObjectSerializerWriteStartObject(XmlDictionaryWriter, Object).) |