pub fn serialize<S>(u: &Uuid, serializer: S) -> Result<S::Ok, S::Error>where S: Serializer,
Serialize from a Uuid as a [u8; 16]
Uuid
[u8; 16]