EmberConverter Class | ![]() |
Namespace: Lawo.EmberPlusSharp.Ember
public sealed class EmberConverter : IEmberConverter
The EmberConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | EmberConverter | Initializes a new instance of the EmberConverter class. |
![]() | EmberConverter(EmberTypeBag) | Initializes a new instance of the EmberConverter class. |
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. |