Class: E_PAYLOAD_UNSERIALIZABLE
Thrown when the value cannot be serialized.
Extends
SerializationError
Properties
Methods
captureStackTrace()
ts
static captureStackTrace(targetObject: object, constructorOpt?: Function): void;Parameters
| Parameter | Type |
|---|---|
targetObject | object |
constructorOpt? | Function |
Returns
void
Inherited from
ts
SerializationError.captureStackTrace;