| EmberConverter Methods |
The EmberConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FromXml(XmlReader) | Reads XML with reader and returns the equivalent EmBER representation. | |
| FromXml(XmlReader, EmberWriter) | Reads XML with reader and writes the equivalent EmBER representation with
writer. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ToXml(Byte, XmlWriter) | Reads the EmBER-encoded data in buffer and writes an equivalent XML
representation with writer. | |
| ToXml(EmberReader, XmlWriter) | Reads EmBER data with reader and writes an equivalent XML representation with
writer. |