serializr
    Preparing search index...

    Type Alias BeforeDeserializeFunc

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

    Type declaration

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

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

        Returns void