ISerializable interface
Interface for objects that can be serialized and passed to the host
Methods
| serialize() | 
Method Details
serialize()
function serialize(): string | objectReturns
string | object
A serializable representation of the object, used for passing objects to the host.