pub fn decode_auto<T: DeserializeOwned>(data: &[u8]) -> Result<T>
Auto-detect format and deserialize.