Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

Functions

serializeForJSON

  • serializeForJSON(val: any): Promise<any>
  • Serializes a value for use as JSON response.

    Parameters

    • val: any

      The value to serialize.

    Returns Promise<any>

    The promise with the serialized value.

Generated using TypeDoc