Adapters for alternative serde formats.
serde
This module contains adapters you can use with #[serde(with)] to change the way a Uuid is serialized and deserialized.
#[serde(with)]
Uuid
Serialize a Uuid as a [u8; 16].
[u8; 16]