Function getConverterForSnapshot

  • Creates a new JIT compiled function to convert the class instance to a snapshot. A snapshot is essentially the class instance as plain serialization while references are stored only as their primary keys.

    Generated function is cached.

    Parameters

    Returns ((value: any) => any)

      • (value: any): any
      • Parameters

        • value: any

        Returns any

Generated using TypeDoc