pub fn from_bytes<T: EpeeObject, B: Buf>(buf: &mut B) -> Result<T>
Read the object T from a byte array.
T