Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce JsonStruct and JsonStructCodec alternatives to DynamicStruct and DynamicStructCodec #1233

Merged
merged 42 commits into from
Mar 21, 2024

Conversation

kevinherron
Copy link
Contributor

@kevinherron kevinherron commented Feb 29, 2024

This allows custom structures to be decoded to and encoded from JsonStruct, a container for a GSON-backed JsonObject, rather than the default DynamicStruct and company.

@kevinherron kevinherron added enhancement dependencies Pull requests that update a dependency file labels Feb 29, 2024
@kevinherron kevinherron added this to the 1.0 milestone Feb 29, 2024
@kevinherron kevinherron marked this pull request as ready for review March 21, 2024 22:28
@kevinherron kevinherron merged commit b49e42b into dev/1.0 Mar 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant