BuildExpression
method
Builds a
JsonSerializer<>
for a
RecordSchema
.
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 not an array or primitive type and is a
RecordSchema
;
an unsuccessful
JsonSerializerBuilderCaseResult
otherwise.
Exceptions
Thrown when does not have a matching member for each
RecordField
on .