You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How should I use library if I have a writerSchema and some type, that I want to serialize according to it. var avro = AvroSerializer.CreateGeneric(writerSchema ); does not work, because it generates schema with RuntimeType equals AvroRecord and does not expect my POCO on input of Serialize method.
The text was updated successfully, but these errors were encountered:
How should I use library if I have a writerSchema and some type, that I want to serialize according to it.
var avro = AvroSerializer.CreateGeneric(writerSchema );
does not work, because it generates schema withRuntimeType
equalsAvroRecord
and does not expect my POCO on input ofSerialize
method.The text was updated successfully, but these errors were encountered: