From 14f7575f0fdf8bc1e86b3a3e1a449cd6a8de8080 Mon Sep 17 00:00:00 2001 From: Sgeo Date: Wed, 14 Jun 2017 20:38:25 -0400 Subject: [PATCH] Updated Persister (.world etc.) format (markdown) --- Persister-(.world-etc.)-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Persister-(.world-etc.)-format.md b/Persister-(.world-etc.)-format.md index 774c99a..1ab79e8 100644 --- a/Persister-(.world-etc.)-format.md +++ b/Persister-(.world-etc.)-format.md @@ -10,7 +10,7 @@ Worlds generally uses the format described by [Java's DataInput](https://docs.or * Boolean: 1 byte, 0x00 for false 0x01 for true. * Byte, Double, Long, Int, Float, Short: Self-explanatory * Arrays, vectors, maybenulls: Explained below -* "Version for X" (not applicable to Persister version): If a "Version for X" has already been seen, it is omitted. Otherwise, it is read as an integer. Note that X is usually, but not always, a class. +* "Version for X" (not applicable to Persister version): For the first instance for a given X, this is an integer. Otherwise it is omitted and the prior value assumed. Note that X is usually, but not always, a class. # Header and footer