Interface ObjectSerializeOptions<T>

Options to serialize a data model

Type Parameters

  • T

Hierarchy

  • ObjectSerializeOptions

Properties

Properties

blacklist: ModelKeyName<T>[]

Blacklist. Set the list of fields you don't want to serialize.

whitelist?: ModelKeyName<T>[]

Whitelist. Set the list of fields you want to serialize.

Generated using TypeDoc