Class SnapshotFile


  • @API(status=EXPERIMENTAL)
    public final class SnapshotFile
    extends Object
    A snapshot file is a plain text file containing a header and the actual serialized snapshot. The header is a simple key-value format which is separated from the actual snapshot contents by two line breaks (\n).
    Since:
    0.0.5
    Author:
    Simon Taddiken