BuildExpression
method
Builds a
JsonSerializer<>
for a
UnionSchema
.
Signature | public virtual Chr.Avro.Serialization.JsonSerializerBuilderCaseResult BuildExpression (System.Linq.Expressions.Expression value, Type type, Chr.Avro.Abstract.Schema schema, Chr.Avro.Serialization.JsonSerializerBuilderContext context);
|
---|
Base | BuildExpression(Expression, Type, Schema, ) |
---|
Parameters
To be added.
To be added.
To be added.
To be added.
Return type
A successful
JsonSerializerBuilderCaseResult
if
is a
UnionSchema
; an unsuccessful
JsonSerializerBuilderCaseResult
otherwise.
Exceptions
Thrown when has no
Schemas
.
Thrown when cannot be mapped to at least one
Schema
in .