One common use case when using Avro is to serialize multiple objects to a 
single file. The schema will be included once.

Is there a way achieve this with jackson-dataformat-avro? 

If I understand it correctly, each time the AvroMapper serializes an 
object, the schema is included. And I couldn't find a way to combine 
multiple objects into a single file or output stream.

Regards,
Tom

-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jackson-user+unsubscr...@googlegroups.com.
To post to this group, send email to jackson-user@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to