Skip to main content

CustomTransformer<Input, Output>

CustomTransformer<Input, Output> = object

Type Parameters

Type Parameter

Input

Output extends SerializerValue

Properties

PropertyType

deserialize

(value) => Input

isApplicable

(value) => value is Input

kind

"custom"

name

string

serialize

(value) => Output