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