Namespace EInvoice.Ubl.Serialization
Classes
- UblInvoiceDeserializer
Deserializes a UBL 2.1 XML document into an Invoice domain model.
- UblInvoiceSerializer
Serializes an Invoice domain model to UBL 2.1 XML.
- UblXmlReader
AOT-oriented UBL XML reader entry point that deserializes directly from an XmlReader using a forward-only streaming approach (no DOM allocation).
- UblXmlWriter
AOT-oriented UBL XML writer entry point that serializes directly to an XmlWriter.