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

x/superserial/mod.ts>serialize

A comprehensive Serializer/Deserializer that can handle any data type.
Latest
function serialize
import { serialize } from "https://deno.land/x/superserial@0.3.5/mod.ts";

Parameters

value: any
optional
options: SerializeOptions = [UNSUPPORTED]

Returns

string