Skip to content

RUST-1024 Add serde_with integration for Uuid and DateTime #323

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

Merged
merged 4 commits into from
Nov 12, 2021

Conversation

patrickfreed
Copy link
Contributor

RUST-1024

This PR adds support for serializing/deserializing uuid::Uuid and chrono::DateTime as bson::Uuid and bson::DateTime respectively. This improves upon the existing serde helpers by including support for nested types, such as Option<uuid::Uuid>.

@patrickfreed patrickfreed marked this pull request as ready for review November 10, 2021 23:28
@patrickfreed patrickfreed merged commit 961b5c9 into mongodb:master Nov 12, 2021
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.

3 participants