serializr
    Preparing search index...

    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
        • newValue: any
        • jsonValue: any
        • jsonParentValue: any
        • propNameOrIndex: string | number | symbol
        • context: Context
        • propDef: PropSchema

        Returns void