Skip to content

Make it possible to change JsonSerializerSettings#136

Merged
kjeske merged 8 commits into
mainfrom
pr-130-fix
Aug 6, 2025
Merged

Make it possible to change JsonSerializerSettings#136
kjeske merged 8 commits into
mainfrom
pr-130-fix

Conversation

@kjeske

@kjeske kjeske commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

Motivation:
Hydro currently does not support inheritance / polymorphism in compontents. During the re-hydration from json it could be possible to declare custom converters in order to deserialize abstract or base types correctly. Since various conventions are possible to achieve this behaviour this commit aims to enable the user of this library to adapt as required.

R3dByt3 added 7 commits June 5, 2025 20:32
Hydro currently does not support inheritance / polymorphism in compontents. During the re-hydration from json it could be possible to declare custom converters in order to deserialize abstract or base types correctly. Since various conventions are possible to achieve this behaviour this commit aims to enable the user of this library to adapt as required.
@kjeske kjeske merged commit 760c5da into main Aug 6, 2025
1 check passed
@kjeske

kjeske commented Aug 6, 2025

Copy link
Copy Markdown
Contributor Author

Thank you @R3dByt3 for the contribution!

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.

2 participants