JsonDeserializerBuilder
class
Builds JSON Avro deserializers for .NET
Type
s.
Constructors
Initializes a new instance of the
JsonDeserializerBuilder
class
configured with a custom list of cases.
Initializes a new instance of the
JsonDeserializerBuilder
class
configured with the default list of cases.
Properties
Gets the list of cases that the deserializer builder will attempt to apply. If the
first case does not match, the deserializer builder will try the next case, and so on
until all cases have been tried.
Methods
null
null
null
Creates the default list of case builders.