pub fn serialize<T: Display, S: Serializer>( v: &Option<T>, s: S, ) -> Result<S::Ok, S::Error>
Emits the canonical string form, or null when absent.
null