fun <T : Serializable> deserializeToObject(): T
Convert a Bytes into a T by deserializing it using an ObjectInputStream.
Will cause a ClassCastException if byteArray doesn't contained the serialized form of an instance of T.