Adding get/putObject() to ByteBuffer will make protocol implementor's life very easier. What we have to consider are the possible performance hit and the size of the serialized data.
Description
Adding get/putObject() to ByteBuffer will make protocol implementor's life very easier. What we have to consider are the possible performance hit and the size of the serialized data.