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.
Go to Latest
method Serializer.prototype.serialize
import { Serializer } from "https://deno.land/x/superserial@0.3.4/serializer.ts";

Parameters

value: unknown
optional
options: SerializeOptions

Returns

string