Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Serializer] Add an annotation to exclude properties from serialization #34373

Closed
@rimas-kudelis

Description

@rimas-kudelis

Description
I think it would make sense to be able to designate certain properties/methods of a class as never serializable/unserializable.

Example
In my particular case, I have a couple of bitmap properties which I expose via boolean setters/getters for each bit, as well as properties for current and new password. I would never want these properties serialized, even when otherwise serializing all properties of the object. @Exclude (that's what JMS calls their counterpart) or @Ignore annotation would help such case.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions