pub trait Unpack { // Required method fn unpack(data: Vec<u8>) -> Result<Self, ArrayObjectError> where Self: Sized; }
Restore from binary.
Restore ArrayObject from a binary data.