Module fixnum::serde[][src]

This is supported on crate feature serde only.
Expand description

A module that contains instances of Serialize and Deserialize for FixedPoint. Also contains submodule that can be provided to serde(with) in order to change the implementation.

By default FixedPoint is serialized using as_string for human readable formats and as_repr for other ones.

Modules

(De)serializes FixedPoint as f64.

(De)serializes FixedPoint as inner representation.

(De)serializes FixedPoint as a string.