Options
All
  • Public
  • Public/Protected
  • All
Menu

Deserializer for a ISerializedFunctionCall.

Hierarchy

  • FunctionCallDeserializer

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private functionLookupTable

functionLookupTable: IFunctionLookupTable

the lookup table to use

Methods

deserializeFunctionCall

  • Deserializes the function call into a function

    Type parameters

    • TResult

    Parameters

    • functionCall: ISerializedFunctionCall

      the function call to deserialize

    • Default value deserializeParams: boolean = false

      indicator if the parameters passed to the serialized function should be deserailized too

    Returns function

    a function that can be called with additional parameters (the params from the serialized function calls are prepended to the passed parameters)

      • (...additionalParams: any[]): TResult
      • Parameters

        • Rest ...additionalParams: any[]

        Returns TResult

Generated using TypeDoc