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): Type annotation hints for serialization(WIP) #2036

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

Hen1ng
Copy link
Contributor

@Hen1ng Hen1ng commented Feb 5, 2025

What does this PR do?

Related issues

#1956

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

@Hen1ng Hen1ng requested a review from chaokunyang as a code owner February 5, 2025 07:52
@Hen1ng Hen1ng changed the title [Java] Type annotation hints for serialization feat(java): Type annotation hints for serialization Feb 5, 2025
@Hen1ng Hen1ng changed the title feat(java): Type annotation hints for serialization feat(java): Type annotation hints for serialization(WIP) Feb 5, 2025

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface FieldInfo {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we name it as FuryField, just like JsonField

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