Type Alias AsyncSerializer<T>

AsyncSerializer: (
    value: T,
    options?: ValidationOptions,
) => TypeOrPromisedType<SerializationResult>

Serializes the specified value into JSON

Type Parameters

  • T