Click or drag to resize
EmberConverter Methods

The EmberConverter type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFromXml(XmlReader)
Reads XML with reader and returns the equivalent EmBER representation.
Public methodFromXml(XmlReader, EmberWriter)
Reads XML with reader and writes the equivalent EmBER representation with writer.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToXml(Byte, XmlWriter)
Reads the EmBER-encoded data in buffer and writes an equivalent XML representation with writer.
Public methodToXml(EmberReader, XmlWriter)
Reads EmBER data with reader and writes an equivalent XML representation with writer.
Top
See Also