Skip to content

serde support for TextUuid #3022

@zyllian

Description

@zyllian

Motivation

Without TextUuid implementing Serialize and Deserialize, models cannot implement them without using custom serializers/deserializers for each field that uses a TextUuid.

Proposed Solutions

  1. Add a new feature which enables the uuid crate's serde feature, or
  2. Always pull in uuid with serde enabled

Then defer serialization/deserialization to the uuid crate's implementations.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions