Skip to content

[JSDK-66] Bugfix serialization issue#103

Merged
tl-andrea-dilisio merged 6 commits intomainfrom
jsdk-66
Apr 6, 2022
Merged

[JSDK-66] Bugfix serialization issue#103
tl-andrea-dilisio merged 6 commits intomainfrom
jsdk-66

Conversation

@tl-andrea-dilisio
Copy link
Contributor

@tl-andrea-dilisio tl-andrea-dilisio commented Apr 6, 2022

Description

Solves a serialization issue introduced with version 0.7.4

Type of change

Please select multiple options if required.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code where necessary
  • I have added tests that prove my fix is effective or that my feature works
  • I have updated the relevant documentation

}

@JsonIgnore
public boolean isIban() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For this and below ones: a @JsonIgnore on a isX masks the value of X in the specific type 😱

@tl-andrea-dilisio tl-andrea-dilisio changed the title [JSDK-66] [JSDK-66] Bugfix serialization issue Apr 6, 2022
@tl-andrea-dilisio tl-andrea-dilisio marked this pull request as ready for review April 6, 2022 14:43
@tl-andrea-dilisio tl-andrea-dilisio requested a review from a team April 6, 2022 14:43
@tl-andrea-dilisio tl-andrea-dilisio merged commit 1daa095 into main Apr 6, 2022
@tl-andrea-dilisio tl-andrea-dilisio deleted the jsdk-66 branch April 6, 2022 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants