Skip to content

Conversation

@eugeniyk
Copy link
Contributor

As discussed in #113 we need to exclude bitmap$0 from serialised value (I've reproduced it in 2.9.10 / 2.10.5 / 2.11.x / 2.12.0)

however turns out I was using modified mapper with hacky settings:

mapper.setVisibility(PropertyAccessor.CREATOR, Visibility.NONE)
mapper.setVisibility(PropertyAccessor.SETTER, Visibility.NONE)
mapper.setVisibility(PropertyAccessor.GETTER, Visibility.NONE)
mapper.setVisibility(PropertyAccessor.FIELD, Visibility.ANY)

I think we can close #113 since it's not longer the case

@pjfanning pjfanning merged commit 91ea28c into FasterXML:master Dec 17, 2020
@pjfanning
Copy link
Member

Merged - thanks - I will backport to 2.12 branch

pjfanning pushed a commit that referenced this pull request Dec 17, 2020
Co-authored-by: ekalashnikov <eugene.kalashnikov@agoda.com>
(cherry picked from commit 91ea28c)
@eugeniyk eugeniyk deleted the add-test-lazy-val branch December 17, 2020 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Serialization of lazy fields

2 participants