Module deserialize
V8 Functions
deserializeFromString
- deserializeFromString<ObjectType>(binaryString: string, toPrototype?: ObjectType): ObjectType
-
Type parameters
-
ObjectType: Object | Record<string, any>
Parameters
-
binaryString: string
-
Optional toPrototype: ObjectType
Returns ObjectType
deserializeFromString
Deserialize string to object value.
0.0.1