Skip to main content
Module

x/ts_serialize/serialize_property.ts>SerializePropertyArgument

A zero dependency library for serializing data
Latest
type alias SerializePropertyArgument
import { type SerializePropertyArgument } from "https://deno.land/x/ts_serialize@v2.0.3/serialize_property.ts";

string/symbol property name or options for (de)serializing values

definition: string | ToSerializedKeyStrategy | { serializedKey?: string | ToSerializedKeyStrategy; fromJSONStrategy?: FromJSONStrategy; toJSONStrategy?: ToJSONStrategy; }