Skip to content

OnSerializeCallback

@tsed/json-mapper

Usage

typescript
import { OnSerializeCallback } from "@tsed/json-mapper";

See /packages/specs/json-mapper/src/types/decorators/onSerialize.ts.

Overview

ts
interface OnSerializeCallback {
    (value: any, ctx: JsonHookContext): any;
}

ts
(value: any, ctx: JsonHookContext): any;

Released under the MIT License.