Skip to content

Ability to disable parsing/serialization from a class #7

@Reprevise

Description

@Reprevise

It would be nice to be able to disable generating serialization or parsing code as such:

@Json(toJson: false, fromJson: true) // or some other names
class MyModel {
  // ...
}

It would also be useful to add a property for disabling the list methods. This should also be configurable from the build.yaml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions