pub fn encoding_roundtrip<T>(object: &T)where T: ProtocolEncoding + Debug + PartialEq,
Test that the object’s encoding round-trips.