Namespace EInvoice.Cii.Serialization
Classes
- CiiInvoiceDeserializer
Deserializes a CII XML document into an Invoice domain model.
- CiiInvoiceSerializer
Serializes an Invoice domain model to CII (UN/CEFACT Cross Industry Invoice) XML.
- CiiXmlReader
AOT-compatible CII XML reader that deserializes CII XML directly to an Invoice domain model using XmlReader, bypassing generated types and XmlSerializer.
- CiiXmlWriter
AOT-compatible CII XML writer that serializes an Invoice domain model directly to XML using XmlWriter, bypassing generated types and XmlSerializer.