BuildExpression
method
Builds a
JsonDeserializer<>
for a
MapSchema
.
Signature | public virtual Chr.Avro.Serialization.JsonDeserializerBuilderCaseResult BuildExpression (Type type, Chr.Avro.Abstract.Schema schema, Chr.Avro.Serialization.JsonDeserializerBuilderContext context);
|
---|
Base | BuildExpression(Type, Schema, ) |
---|
Parameters
To be added.
To be added.
To be added.
Return type
A successful
JsonDeserializerBuilderCaseResult
if
is a dictionary type and is a
MapSchema
; an
unsuccessful
JsonDeserializerBuilderCaseResult
otherwise.
Exceptions
Thrown when is not assignable from any supported dictionary
Type
and does not have a constructor that can be used to instantiate it.