JSON Snapshots
JSON snapshots written with temu_serializeJSON()
and restored with temu_deserialiseJSON() have been deprecated.
The new binary snapshot format can be written and loaded using commands:
-
tsnap-write -
tsnap-read
To execute these from the API, for the moment use: temu_execCommand().
A binary snapshot inspection tool named snapshot-inspector has been added.