Function serialize

Source
pub fn serialize<S>(f: &BigFloat, serializer: S) -> Result<S::Ok, S::Error>
where S: Serializer,
Expand description

Serialize f to a string using given serializer.