Function bytes_to_var
pub fn bytes_to_var(bytes: &PackedArray<u8>) -> VariantExpand description
Decodes a byte array back to a Variant value, without decoding objects.
Note: If you need object deserialization, see [method bytes_to_var_with_objects].