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): implement sublist serializers #1856

Merged
merged 10 commits into from
Sep 26, 2024

Conversation

chaokunyang
Copy link
Collaborator

@chaokunyang chaokunyang commented Sep 26, 2024

What does this PR do?

Since so many users serialize sublist, but we don't allow this type for serialization, this introduce some confustion. So I added sublist serializers in this PR.

Related issues

Closes #281
Closes #1198

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 5c82798 into apache:main Sep 26, 2024
36 checks passed
chaokunyang added a commit that referenced this pull request Sep 27, 2024
## What does this PR do?

use SubListViewSerializer only when tracking ref

## Related issues
Closes #1198

#1856 

## Does this PR introduce any user-facing change?

<!--
If any user-facing interface changes, please [open an
issue](https://github.com/apache/fury/issues/new/choose) describing the
need to do so and update the document if necessary.
-->

- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?

## Benchmark

<!--
When the PR has an impact on performance (if you don't know whether the
PR will have an impact on performance, you can submit the PR first, and
if it will have impact on performance, the code reviewer will explain
it), be sure to attach a benchmark data here.
-->
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] Add serialization support for java.util.ArrayList$SubList [Java] Sublist serialization support
2 participants