Serializer
@auvious/common / Exports / Serializer
Class: Serializer
Table of contents
Constructors
Methods
Constructors
constructor
• new Serializer()
Methods
deserialize
▸ Static deserialize(payload): any
Parameters
| Name | Type |
|---|---|
payload | string |
Returns
any
serialize
▸ Static serialize(payload): string
Parameters
| Name | Type |
|---|---|
payload | any |
Returns
string