Skip to content

[Java] add base object serializer builder#249

Merged
chaokunyang merged 1 commit intomainfrom
base_jit_object_serializer
May 16, 2023
Merged

[Java] add base object serializer builder#249
chaokunyang merged 1 commit intomainfrom
base_jit_object_serializer

Conversation

@chaokunyang
Copy link
Copy Markdown
Collaborator

@chaokunyang chaokunyang commented May 16, 2023

What do these changes do?

This pr adds base object serializer builder which will handle object serialization. Subclass can extends this class and override methods to provide more fine-grained serialization optimization.

Related issue number

Closes #246

Check code requirements

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

@chaokunyang chaokunyang merged commit 650df04 into main May 16, 2023
@chaokunyang chaokunyang deleted the base_jit_object_serializer branch May 16, 2023 07:01
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] BaseObjectCodecBuilder for object serialization, compatible object serialization and meta shared object serialization

1 participant