pub fn is_ser_tuple<T: ?Sized + Serialize>(value: &T) -> bool
Returns true if the value is a tuple-like type according to the serde model.