pub fn uuid_to_string<S>(value: &Uuid, serializer: S) -> Result<S::Ok, S::Error>where S: Serializer,
Serializes a UUID to a string using serde