Class UblXmlReader

Namespace
EInvoice.Ubl.Serialization
Assembly
EInvoice.Ubl.dll

AOT-oriented UBL XML reader entry point that deserializes directly from an XmlReader using a forward-only streaming approach (no DOM allocation).

public static class UblXmlReader
Inheritance
UblXmlReader
Inherited Members

Methods

Read(XmlReader)

public static Invoice Read(XmlReader reader)

Parameters

reader XmlReader

Returns

Invoice