zolyfarkas / avro

Mirror of Apache Avro
Apache License 2.0
16 stars 11 forks source link

Add any type support #2

Closed zolyfarkas closed 5 years ago

zolyfarkas commented 5 years ago

"any" logical type can be applied to a record type with the fields: string avsc and bytes content.

where avsc will contain the schema, and content will contain the serialized content acording to this schema.

ExtendedJson(De|En)Coder will allow for a more natural serialization in JSON.

zolyfarkas commented 5 years ago

implemented, see for example.