Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
Closed
@rimas-kudelis

Description

@rimas-kudelis
Issue body actions

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.