Crate serde_roundtrip [] [src]

Enable short-circuiting a serialization-then-deserialization roundtrip.

Traits

RoundTrip

This trait specifies when it's OK to perform a serialize-then-deserialiize round trip

SameDeserialization

This is a helper trait used by RoundTrip implementations, which specifies that two deserializations are compatible.