Closed GoogleCodeExporter closed 8 years ago
I think you can try the new ObjectBuffer(kryo,100000) constructor
Original comment by rafa...@gmail.com
on 28 Oct 2009 at 6:14
The ObjectBuffer must be large enough to contain all the bytes for an object
graph
being serialized. As rafalax mentioned, you can increase the buffer size from
the
default of 2048.
Original comment by nathan.s...@gmail.com
on 6 Jan 2010 at 7:07
ObjectBuffer has since been enhanced to provide both an initial and maximum
size.
Original comment by nathan.s...@gmail.com
on 7 Apr 2010 at 2:45
Original issue reported on code.google.com by
xjod...@gmail.com
on 28 Oct 2009 at 4:06Attachments: