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

Implement serde::Serialize, serde::Deserialize #65

Merged
merged 1 commit into from
Mar 7, 2023

Conversation

bryanburgers
Copy link
Contributor

Make it possible for Item and AttributeValue to be deserialized from
and serialized to DynamoDB's native JSON format.

While this is typically not necessary, for some use cases it can be
valuable.

@bryanburgers bryanburgers requested a review from jlajoie February 8, 2023 20:26
@bryanburgers
Copy link
Contributor Author

Fixes #24

@bryanburgers bryanburgers linked an issue Feb 8, 2023 that may be closed by this pull request
Make it possible for `Item` and `AttributeValue` to be deserialized from
and serialized to DynamoDB's native JSON format.

While this is typically not necessary, for some use cases it can be
valuable.
@bryanburgers bryanburgers force-pushed the implement-serialize-deserialize branch from d3d4b70 to 880bfa5 Compare March 7, 2023 14:50
@bryanburgers bryanburgers merged commit ebf7966 into main Mar 7, 2023
@bryanburgers bryanburgers deleted the implement-serialize-deserialize branch March 7, 2023 14:58
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.

Deserialize DDB item from JSON
2 participants