Dict <–> XML de/serializer.
The identity API prefers attributes over elements, so we serialize that way by convention, with a few hardcoded exceptions.
Bases: object
Populates a dictionary by walking an etree element.
Bases: object
Populates an etree with the given value.
Deserialize XML to a dictionary.
Serialize a dictionary to XML.