Class CiiXmlReader

Namespace
EInvoice.Cii.Serialization
Assembly
EInvoice.Cii.dll

AOT-compatible CII XML reader that deserializes CII XML directly to an Invoice domain model using XmlReader, bypassing generated types and XmlSerializer.

public static class CiiXmlReader
Inheritance
CiiXmlReader
Inherited Members

Methods

Read(XmlReader)

public static Invoice Read(XmlReader reader)

Parameters

reader XmlReader

Returns

Invoice