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

x/superserial/serializer.ts>Serializer#serialize

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

Parameters

value: unknown
optional
options: SerializeOptions = [UNSUPPORTED]

Returns

string