Skip to main content
Module

x/cav/mod.ts>Serializers

A server framework for Deno
Go to Latest
type alias Serializers
Re-export
import { type Serializers } from "https://deno.land/x/cav@0.0.21/mod.ts";

A group of named Serializer objects. Serializer keys are used to tag serialized values on the output JSON, which is required in order to correctly deserialize the value on the other side.

definition: Record<string, AnySerializer | null>