BytesDeserializerBuilderCase class
A deserializer builder case that matches
BytesSchema and attempts to map it
to any provided type.
Constructors
Creates a new variable-length bytes deserializer builder case.
Properties
The codec that generated deserializers should use for read operations.
Methods
Builds a variable-length bytes deserializer for a type-schema pair.
Generates a conversion from the source type to the intermediate type. This override
will convert a bytes value to
Guid prior to applying the base
implementation.