pub(crate) fn deserialize_any_format<T>(buf: &[u8]) -> Result<T>where
T: for<'a> Deserialize<'a>,Expand description
Deserialize any of the supported formats.
pub(crate) fn deserialize_any_format<T>(buf: &[u8]) -> Result<T>where
T: for<'a> Deserialize<'a>,Deserialize any of the supported formats.