Re: Collection serializers

2014-11-10 Thread Márton Balassi
+1, it would be useful for a number of use cases. On Mon, Nov 10, 2014 at 10:31 AM, Stephan Ewen wrote: > I was wondering whether we should add dedicated collection serializers to > the Java API, similar as the scala API has them. > > The advantage would be not to depend on kryo fo

Collection serializers

2014-11-10 Thread Stephan Ewen
I was wondering whether we should add dedicated collection serializers to the Java API, similar as the scala API has them. The advantage would be not to depend on kryo for that. Kryo becomes quite inefficient when it does not know the element data type (the user did not register it), and we can