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

Can it be used without annotating the types #13

Open
udalrich opened this issue Mar 31, 2020 · 0 comments
Open

Can it be used without annotating the types #13

udalrich opened this issue Mar 31, 2020 · 0 comments

Comments

@udalrich
Copy link

My data objects are created externally, and I cannot annotate them. Is it possible to serialize/deserialize objects to classes that look like

class Thing {
  private String foo;
  private List<String> bar;

  // Getters and setters omitted for brevity
}

I know about mixins, but adding mixins to a hundred or so classes is not realistic.

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

No branches or pull requests

1 participant