Function deserializeGPCBoundConfig

  • Deserializes GPCBoundConfig from the full-fidelity format produced by serializeGPCBoundConfig, and checks the validity of the configuration.

    Parameters

    • serialized: string

      a string representation of GPCBoundConfig

    Returns GPCBoundConfig

    GPCBoundConfig deserialized from the string

    Throws

    SyntaxError if the serialized form cannot be parsed

    Throws

    TypeError if the serialized form doesn't match the expected type

Generated using TypeDoc