CustomMeta#
Added in version 1.20.
- class CustomMeta(*args, **kwargs)#
Extra custom metadata. The structure
field is the same as returned by
get_structure()
.
Since 1.24 it can be serialized using serialize()
and
deserialize()
, but only if the Structure
does not contain any
fields that cannot be serialized, see STRICT
.