On Fri 2012-10-12 14:03, Sanne Grinovero wrote:
> What you say makes sense, but why to we have an
> JavaSerializationSerializationProvider then?
> It's an alternative implementation which is not using Avro.
> 
> AFAIK there currently is no way to select that one, hence the TODO I
> had added recently.

There are two reasons for JavaSerializationSerializationProvider:

- making sure my abstraction is decent enough for allowing several
  implementations in the future
- compare performance between Avro and Java serialization when I
  developed this thing.

You cannot choose this implementation because it's worse that the Avro
one on every levels.
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to