@openhps/core
    Preparing search index...

    Interface CustomDeserializerParams

    interface CustomDeserializerParams {
        fallback: (
            sourceObject: any,
            constructor: Serializable<any> | TypeDescriptor,
        ) => any;
    }
    Index
    fallback: (
        sourceObject: any,
        constructor: Serializable<any> | TypeDescriptor,
    ) => any