JsonMapperNext
@tsed/json-mapper
Usage
typescript
import { JsonMapperNext } from "@tsed/json-mapper";See /packages/specs/json-mapper/src/interfaces/JsonMapperMethods.ts.
Overview
ts
interface JsonMapperNext {
(obj: any): any;
}Description
Function used to delegate to the next mapper in the chain (e.g., nested serialization).
ts
(obj: any): any;