Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Abandoned
-
2.0.0
-
None
-
None
Description
The IOutputSerializer javadoc specifies that the user may optionally provide a ByteBuffer to serialize into.
None of the IOutputSerializer implementations we ship with actually do this. They all ignore the ByteBuffer parameter.
If this is a useful feature, I think that we should update them to use the supplied ByteBuffer if not null. If it isn't a useful feature, we should instead remove the ByteBuffer parameter from the API.