Options
All
  • Public
  • Public/Protected
  • All
Menu

Module deserialize

V8 Functions

V8 Functions

deserializeFromString

  • deserializeFromString<ObjectType>(binaryString: string, toPrototype?: ObjectType): ObjectType
  • name

    deserializeFromString

    description

    Deserialize string to object value.

    since

    0.0.1

    Type parameters

    • ObjectType: Object | Record<string, any>

    Parameters

    • binaryString: string
    • Optional toPrototype: ObjectType

      Prototype to be deserialized into.

    Returns ObjectType

Generated using TypeDoc