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.

Sunset Period

The API will be removed in TEMU 6.

Impact

API calls and scripts should be updated to use the new snapshot format.