Function pravega_client::sync::synchronizer::deserialize_from
source · pub fn deserialize_from<T>(reader: &[u8]) -> Result<T, Error>where
T: DeserializeOwned,
Expand description
Deserialize the Value into the type T by using cbor deserializer. This method would be used by the user after calling get() of table_synchronizer.