Click or drag to resize
EmberConverter Class
Provides methods to convert EmBER to XML and XML to EmBER.
Inheritance Hierarchy
SystemObject
  Lawo.EmberPlusSharp.EmberEmberConverter

Namespace: Lawo.EmberPlusSharp.Ember
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public sealed class EmberConverter : IEmberConverter

The EmberConverter type exposes the following members.

Constructors
  NameDescription
Public methodEmberConverter
Initializes a new instance of the EmberConverter class.
Public methodEmberConverter(EmberTypeBag)
Initializes a new instance of the EmberConverter class.
Top
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
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also