JsonSerializerBuilder
class
Builds JSON Avro serializers for .NET
Type
s.
Constructors
Initializes a new instance of the
JsonSerializerBuilder
class
configured with a custom list of cases.
Initializes a new instance of the
JsonSerializerBuilder
class
configured with the default list of cases.
Properties
Gets the list of cases that the serializer builder will attempt to apply. If the first
case does not match, the serializer 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.