Closed GoogleCodeExporter closed 9 years ago
So, I found it.
kryo.register(byte[].class, new SerializableSerializer()); - and it becomes
faster.
byte[] serializer works slow.
Original comment by victor.t...@gmail.com
on 29 Feb 2012 at 1:03
Original comment by nathan.s...@gmail.com
on 29 Mar 2012 at 6:27
Thanks for finding the cause. Fixed in Kryo v2, now in trunk.
DefaultSerializers.ByteArraySerializer serializes byte[] efficiently.
Original comment by nathan.s...@gmail.com
on 1 Apr 2012 at 7:46
Thanks a lot. Kryo is great when you need to serialise a complicated object
hierarchy without spending a lot of human resources.
Original comment by victor.t...@gmail.com
on 1 Apr 2012 at 7:50
Original issue reported on code.google.com by
victor.t...@gmail.com
on 29 Feb 2012 at 12:38