serializr
    Preparing search index...

    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
        • context: Context
        • OptionalcurrentPropertyValue: any

        Returns void