pub fn serialize<S>( value: &Option<Hash>, serializer: S, ) -> Result<S::Ok, S::Error>where S: Serializer,
Serialize from Option<Hash> into a nullable hexstring. None is serialized as null.
Option<Hash>