foundation-comms.serializer.serialize
Home > @genesislcap/foundation-comms > Serializer > serialize
Serializer.serialize() method
Warning: This API is now obsolete.
- Use
serializefromJSONSerializerfrom@genesislcap/foundation-utilsinstead.
Serialize the given object into a string.
Signature:
serialize(object: any): string;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
object |
any |
The object to serialize. |
Returns:
string
The serialized string.