What steps will reproduce the problem?
1. file read
2. kryo.register(MarketData.class, new DeltaCompressor(kryo, new
FieldSerializer(kryo, MarketData.class)));
3. buffer.writeObject(fileOutputStream, o);
What is the expected output? What do you see instead?
no logging
I see:
compress APPEND 10: -64,-115,-73,1,-14,-59,-119,-105,-127,66,
compress APPEND 29:
63,-26,92,-111,-47,78,59,-51,-96,-128,-79,1,63,-26,90,28,-84,8,49,39,-64,-124,61
,-56,-35,-119,-105,-127,66,
compress COPY at 0, length 14:
63,-26,92,-111,-47,78,59,-51,-96,-128,-79,1,63,-26,
What version of the Kryo are you using?
1.03
Actually it's not minlog logs, in code there are system.outs, and some debug
boolean, do I have to set it to false somehow?
Original issue reported on code.google.com by tomas.fe...@gmail.com on 27 Sep 2010 at 10:07
Original issue reported on code.google.com by
tomas.fe...@gmail.com
on 27 Sep 2010 at 10:07