这是indexloc提供的服务,不要输入任何密码
Skip to content

Option to use object equality when serializing @JsonIdentityInfo objects  #270

@beku8

Description

@beku8

Current serializing strategy is using default JDK serializer, which uses object identity(==) when serializing circular references. But sometimes its a better idea to use object equality(equals & hashcode methods) so users can have more control.
So we can supply optional serializing strategy to use with @JsonIdentityInfo annotation.
p.s: You can look at this issue for more details, which I posted earlier thinking that this missing feature was a bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions