Skip to content

Can it be used without annotating the types #13

@udalrich

Description

@udalrich

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions