Molecule Schema Language
Grammar
Language Reference
Comments
Line comments:
// This is a line comment
Block comments:
/* This
is
a
block
comment
*/
Built-in Types
Primitive Type
There is only one built-in primitive type: byte
.
note
Molecule serialization does not consider the order of user data where a sequence of bytes is stored in memory. You must pack and unpack the data manually.