Expand description
Contains serializer for content of an XML element
Macros§
Structs§
- Content
Serializer - A serializer used to serialize content of an element. It does not write
surrounding tags. Unlike the
ElementSerializer
, this serializer serializes enums using variant names as tag names, i. e. as<variant>...</variant>