Click or drag to resize

XmlProtoSerializer Class

Inheritance Hierarchy
SystemObject
  System.Runtime.SerializationXmlObjectSerializer
    ProtoBuf.ServiceModelXmlProtoSerializer

Namespace:  ProtoBuf.ServiceModel
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public sealed class XmlProtoSerializer : XmlObjectSerializer

The XmlProtoSerializer type exposes the following members.

Constructors
  NameDescription
Public methodXmlProtoSerializer
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsStartObject(XmlReader)
Gets a value that specifies whether the XmlReader is positioned over an XML element that can be read.
(Inherited from XmlObjectSerializer.)
Public methodIsStartObject(XmlDictionaryReader) (Overrides XmlObjectSerializerIsStartObject(XmlDictionaryReader).)
Public methodReadObject(Stream)
Reads the XML stream or document with a Stream and returns the deserialized object.
(Inherited from XmlObjectSerializer.)
Public methodReadObject(XmlReader)
Reads the XML document or stream with an XmlReader and returns the deserialized object.
(Inherited from XmlObjectSerializer.)
Public methodReadObject(XmlDictionaryReader)
Reads the XML document or stream with an XmlDictionaryReader and returns the deserialized object.
(Inherited from XmlObjectSerializer.)
Public methodReadObject(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.)
Public methodReadObject(XmlDictionaryReader, Boolean) (Overrides XmlObjectSerializerReadObject(XmlDictionaryReader, Boolean).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberTryCreate
Public methodWriteEndObject(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.)
Public methodWriteEndObject(XmlDictionaryWriter) (Overrides XmlObjectSerializerWriteEndObject(XmlDictionaryWriter).)
Public methodWriteObject(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.)
Public methodWriteObject(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.)
Public methodWriteObject(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.)
Public methodWriteObjectContent(XmlWriter, Object)
Writes only the content of the object to the XML document or stream with the specified XmlWriter.
(Inherited from XmlObjectSerializer.)
Public methodWriteObjectContent(XmlDictionaryWriter, Object) (Overrides XmlObjectSerializerWriteObjectContent(XmlDictionaryWriter, Object).)
Public methodWriteStartObject(XmlWriter, Object)
Writes the start of the object's data as an opening XML element using the specified XmlWriter.
(Inherited from XmlObjectSerializer.)
Public methodWriteStartObject(XmlDictionaryWriter, Object) (Overrides XmlObjectSerializerWriteStartObject(XmlDictionaryWriter, Object).)
Top
See Also