foundation-comms.serializer
Home > @genesislcap/foundation-comms > Serializer
Serializer interface
A Serializer interface for serializing and deserializing objects.
Signature:
export interface Serializer
Methods
|
Method |
Description |
|---|---|
|
Deserialize a Response object into the expected type T. | |
|
Deserialize a MessageEvent object into the expected type T. | |
|
Deserialize a string into the expected type T. | |
|
Serialize the given object into a string. |