pub fn serialize<S, const N: usize>(
    d: &Decimal<N>,
    serializer: S
) -> Result<S::Ok, S::Error>where
    S: Serializer,
    Decimal<N>: Serialize,
Expand description

Serialize d using the default, derivsed Serialize implementation.