Type alias PropSerializer

PropSerializer: ((sourcePropertyValue: any, key: string | number | symbol, sourceObject: any) => any | typeof SKIP)

Type declaration

    • (sourcePropertyValue: any, key: string | number | symbol, sourceObject: any): any | typeof SKIP
    • Parameters

      • sourcePropertyValue: any
      • key: string | number | symbol
      • sourceObject: any

      Returns any | typeof SKIP

Generated using TypeDoc