Xml Module
XML codec compilation and runtime helpers.
The XML backend intentionally supports a smaller explicit subset than the
JSON backend: element content only, repeated `
Types
| Type | Description |
|
A compiled XML codec for a specific schema. |
|
|
|
|
|
The byte-level input state for XML decoding. |
|
|
The byte-level output abstraction used by XML encoders. |
Functions and values
| Function or value |
Description
|
|
|
|
|
|
|
|
|
|
Deserializes an XML payload using the schema-derived root element name.
|
|
Deserializes a UTF-8 byte payload using a previously compiled XML codec.
|
|
Serializes a value to XML using the schema-derived root element name.
|
CodecMapper