Skip to main content

bytes_to_var

Function bytes_to_var 

pub fn bytes_to_var(bytes: &PackedArray<u8>) -> Variant
Expand 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].