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