Skip to content

[Java] implement map serialization framework#167

Merged
chaokunyang merged 1 commit intomainfrom
add_basic_map_serializer
May 9, 2023
Merged

[Java] implement map serialization framework#167
chaokunyang merged 1 commit intomainfrom
add_basic_map_serializer

Conversation

@chaokunyang
Copy link
Copy Markdown
Collaborator

What do these changes do?

This PR implements map serialization framework:

  • serialization for any java.util.Map class
  • using generics to improve efficiency
  • provide jit hook to write header

Related issue number

Closes #166

Check code requirements

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

@chaokunyang chaokunyang merged commit a2412db into main May 9, 2023
@chaokunyang chaokunyang deleted the add_basic_map_serializer branch May 9, 2023 08:26
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] serialization support for java.util.Map

1 participant