Skip to main content

deserialize

Function deserialize 

Source
pub fn deserialize(sv: SerializedValue) -> Value
Expand description

Deserialize a wire form into a fresh Value allocated in the current isolate’s GC heap. Infallible: all non-shareable values are rejected at serialize time, so nothing in SerializedValue requires runtime checks.