| boolean | 'true' or 'false' |
| long | A positive or negative 64 bit integer:
* No decimal point. |
| float | A scientific or decimal number ending in 'f'.
|
| double | a scientific or decimal number. |
| Date | A date in the format yyyy/mm/dd hh:mm:ss.mmm-zzzz.
The parts of the date at the right may be truncated if zero, except for
the month, so that at least one slash is always present to
differentiate a date from a long. Because the hh:mm:ss is separated
from the yyyy/mm/dd by a space, at least one colon must be present
to differentiate it from a following long. |
| String | Quoted with '"'.
Backslash escapes quotes and itself. |
| char[] | A quoted string surrounded by braces,
as for String above |
| byte[] | Braces containing a
space-separated sequence of positive
8 bit integers. (hex is not available yet.) |
| ByteString | #nn nn..nn# where nn are positive decimals 0..255 |
| Index | Square brackets surrounding a
positive 64 bit integer |
| EntityClass | 'E' followed immediately
by a positive 64 bit integer. (A future formatter may
allow metadata to be used to translate this raw number
into a name.) |
| Attribute | 'A' followed immediately by a
positive 64 bit integer (A future formatter may
allow metadata to be used to translate this raw number
into a name.) |
| Infinity | Infinity |