pub trait ReadData { fn read(&mut self, msg_bytes: &mut [u8]) -> i32; }
| read and deserialize data, advances | msg_bytes data pointer |