Closed GoogleCodeExporter closed 9 years ago
If I switch to use writeObhectData and readObjectData, it's right.
I think canBeNull support is not ready.
Original comment by yipen...@gmail.com
on 10 Nov 2009 at 5:08
I find it's kryo writeObject(ByteBuffer buffer, Object object) method
implementation's bug:
getRegisteredClass(object.getClass()).serializer.writeObjectData(buffer,
object);
should be
getRegisteredClass(object.getClass()).serializer.writeObject(buffer, object);
Original comment by yipen...@gmail.com
on 10 Nov 2009 at 8:18
Good find, thanks. Fix is in SVN.
Original comment by nathan.s...@gmail.com
on 6 Jan 2010 at 6:47
Original issue reported on code.google.com by
yipen...@gmail.com
on 9 Nov 2009 at 3:05