Skip to content

[Java] support serializing byte buffer#113

Merged
chaokunyang merged 1 commit intomainfrom
add_buffer_serializer
May 8, 2023
Merged

[Java] support serializing byte buffer#113
chaokunyang merged 1 commit intomainfrom
add_buffer_serializer

Conversation

@chaokunyang
Copy link
Copy Markdown
Collaborator

What do these changes do?

This PR implements byte buffer serialization:

  • HeapByteBuffer will be deserialized as it is.
  • DirectByteBuffer will be deserialized as HeapByteBuffer.
  • Buffer position/mark will be set it 0

Related issue number

Closes #111

Check code requirements

  • tests added / passed (if needed)
  • Ensure all linting tests pass, see here for how to run them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Java] byte buffer serialization support

1 participant