Hide
Initial work towards getting .Net support for Avro. Support for most Avro types is working along with some of code generation. Stream support needs to be added. Unions need to be flushed out as well. Type serialization is currently handled by a reflection.emit system that is dynamically generated at runtime.
Show
Initial work towards getting .Net support for Avro. Support for most Avro types is working along with some of code generation. Stream support needs to be added. Unions need to be flushed out as well. Type serialization is currently handled by a reflection.emit system that is dynamically generated at runtime.