Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(java): support meta string encoding for classname and package name #1527

Merged

Conversation

chaokunyang
Copy link
Collaborator

@chaokunyang chaokunyang commented Apr 16, 2024

What does this PR do?

This PR supports meta string encoding for classname and package name in fury java serialization.

Before this PR a unregistered class serialization:

Fury | MEDIA_CONTENT | false | array | 405 |

With this PR:

Fury | MEDIA_CONTENT | false | array | 390 |

This PR also fix buffer streaming readSliInt64 bugs introduced in #1451

Related issues

Does this PR introduce any user-facing change?

  • Does this PR introduce any public API change?
  • Does this PR introduce any binary protocol compatibility change?

Benchmark

@chaokunyang chaokunyang merged commit 5d777be into apache:main Apr 16, 2024
32 checks passed
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.

2 participants