VariantConverter

Default converter hash map. You can extend it, or define your own.

abstract
class VariantConverter (
alias Serializer = DefaultFieldSerializer
) {
VariantDeserializer[OID] deserializers;
}

Disabled Default Constructor

A disabled default is present on this object. To use it, use one of the other constructors or a factory function.

Meta