gaob13 / kryo

Automatically exported from code.google.com/p/kryo
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Remove dependency on ByteBuffer #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Change the API to use something like DataInput and DataOutput (or define your 
own interfaces) instead of ByteBuffer.

ByteBuffers have limited extensibility and things like resizing are implemented 
very inefficiently.

Original issue reported on code.google.com by rka...@gmail.com on 7 Mar 2012 at 8:03

GoogleCodeExporter commented 9 years ago

Original comment by nathan.s...@gmail.com on 29 Mar 2012 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by nathan.s...@gmail.com on 29 Mar 2012 at 6:26

GoogleCodeExporter commented 9 years ago
Fixed in Kryo v2, now in trunk.

Original comment by nathan.s...@gmail.com on 1 Apr 2012 at 7:46