Type alias AfterDeserializeFunc

AfterDeserializeFunc: ((callback: ((err: any, value: any) => void), err: any, newValue: any, jsonValue: any, jsonParentValue: any, propNameOrIndex: string | number | symbol, context: Context, propDef: PropSchema) => void)

Type declaration

    • (callback: ((err: any, value: any) => void), err: any, newValue: any, jsonValue: any, jsonParentValue: any, propNameOrIndex: string | number | symbol, context: Context, propDef: PropSchema): void
    • Parameters

      • callback: ((err: any, value: any) => void)
          • (err: any, value: any): void
          • Parameters

            • err: any
            • value: any

            Returns void

      • err: any
      • newValue: any
      • jsonValue: any
      • jsonParentValue: any
      • propNameOrIndex: string | number | symbol
      • context: Context
      • propDef: PropSchema

      Returns void

Generated using TypeDoc