@Nullable open static fun deserialize(@Nullable bytes: ByteArray): Any
Deserialize the byte array into an object.
bytes - a serialized object
bytes
Return the result of deserializing the bytes