Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/superserial/serializer.ts>Serializer#deserialize

A comprehensive Serializer/Deserializer that can handle any data type.
Go to Latest
method Serializer.prototype.deserialize
import { Serializer } from "https://deno.land/x/superserial@0.3.4/serializer.ts";

Type Parameters

optional
T = unknown

Parameters

code: string