IPluginHost.saveState

Serialize state of the plugin, to restore with restoreState.

interface IPluginHost
nothrow @nogc
const(ubyte)[]
saveState
()

Return Value

Type: const(ubyte)[]

null in case of error, else a state chunk. The lifetime of this returned chunk is the same as the IPluginHost, or until another call to saveState is done.

Meta