Skip to content

Add annotation to ignore a field #110

Closed
@supermuka

Description

@supermuka

It would be useful (at least for me) to have an annotation to ignore the serialization of certain fields.

@JsonSerializable()
Class Person {

@jsonkey(ignore: true)
final bool isNew;

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions