IPacker interface
Defines method that must be implemented by any packer
IPacker
Signature:
export interface IPacker
Methods
Method | Description |
---|---|
mediaType() | |
pack(payload, param) | |
unpack(envelope) |
Defines method that must be implemented by any packer
IPacker
Signature:
export interface IPacker
Method | Description |
---|---|
mediaType() | |
pack(payload, param) | |
unpack(envelope) |