Type alias PropDeserializer

PropDeserializer: ((jsonValue: any, callback: ((err?: any, targetPropertyValue?: any | typeof SKIP) => void), context: Context, currentPropertyValue?: any) => void)

Type declaration

    • (jsonValue: any, callback: ((err?: any, targetPropertyValue?: any | typeof SKIP) => void), context: Context, currentPropertyValue?: any): void
    • Parameters

      • jsonValue: any
      • callback: ((err?: any, targetPropertyValue?: any | typeof SKIP) => void)
          • (err?: any, targetPropertyValue?: any | typeof SKIP): void
          • Parameters

            • Optional err: any
            • Optional targetPropertyValue: any | typeof SKIP

            Returns void

      • context: Context
      • Optional currentPropertyValue: any

      Returns void

Generated using TypeDoc