Skip to content

Optimize JSON deserialization#3733

Draft
rolnico wants to merge 4 commits intomainfrom
nro/deserializer
Draft

Optimize JSON deserialization#3733
rolnico wants to merge 4 commits intomainfrom
nro/deserializer

Conversation

@rolnico
Copy link
Member

@rolnico rolnico commented Jan 23, 2026

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • A PR or issue has been opened in all impacted repositories (if any)

Does this PR already have an issue describing the problem?
Fixes #2460

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change or deprecate an API?

  • Yes
  • No

If yes, please check if the following requirements are fulfilled

  • The Breaking Change or Deprecated label has been added
  • The migration steps are described in the following section

What changes might users need to make in their application due to this PR? (migration steps)

Other information:

…custom element deserializers

Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
…n to optimize the process

Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
Signed-off-by: Nicolas Rol <nicolas.rol@rte-france.com>
@rolnico
Copy link
Member Author

rolnico commented Jan 23, 2026

Note: other changes are currently under way on those classes in another PR, this one will be reworked once those changes are done

@sonarqubecloud
Copy link

@alicecaron alicecaron moved this from TODO to In Progress in Release 03/2026 Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JSON deserializers performance improvement

2 participants