Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document how NULL is serialized.
  • Loading branch information
pmurias committed Jan 12, 2013
1 parent e219a33 commit 397c0f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/serialization_format.markdown
Expand Up @@ -231,6 +231,9 @@ reference to do so. The reason being that
These are stored as a 32-bit SC index (base 1 into the dependencies
table, or 0 for current SC), followed by a 32-bit index into the
selected SC.

### VM NULL
We store no extra info for those.

### VM Array of Variants
These are stored as an element count as a 32-bit integer, followed by the variants.
Expand Down

0 comments on commit 397c0f9

Please sign in to comment.