Click or drag to resize
SoapXmlSerializer Methods

The SoapXmlSerializer type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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) (Inherited from XmlObjectSerializer.)
Public methodIsStartObject(XmlDictionaryReader)
Required for SOAP serialization
(Overrides XmlObjectSerializerIsStartObject(XmlDictionaryReader).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadObject(Stream) (Inherited from XmlObjectSerializer.)
Public methodReadObject(XmlReader) (Inherited from XmlObjectSerializer.)
Public methodReadObject(XmlDictionaryReader) (Inherited from XmlObjectSerializer.)
Public methodReadObject(XmlReader, Boolean) (Inherited from XmlObjectSerializer.)
Public methodReadObject(XmlDictionaryReader, Boolean)
SOAP stuff
(Overrides XmlObjectSerializerReadObject(XmlDictionaryReader, Boolean).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteEndObject(XmlWriter) (Inherited from XmlObjectSerializer.)
Public methodWriteEndObject(XmlDictionaryWriter)
SOAP stuff
(Overrides XmlObjectSerializerWriteEndObject(XmlDictionaryWriter).)
Public methodWriteObject(Stream, Object) (Inherited from XmlObjectSerializer.)
Public methodWriteObject(XmlWriter, Object) (Inherited from XmlObjectSerializer.)
Public methodWriteObject(XmlDictionaryWriter, Object) (Inherited from XmlObjectSerializer.)
Public methodWriteObjectContent(XmlWriter, Object) (Inherited from XmlObjectSerializer.)
Public methodWriteObjectContent(XmlDictionaryWriter, Object)
SOAP stuff
(Overrides XmlObjectSerializerWriteObjectContent(XmlDictionaryWriter, Object).)
Public methodWriteStartObject(XmlWriter, Object) (Inherited from XmlObjectSerializer.)
Public methodWriteStartObject(XmlDictionaryWriter, Object)
SOAP stuff
(Overrides XmlObjectSerializerWriteStartObject(XmlDictionaryWriter, Object).)
Top
See Also