|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class contains the possible encoding tokens that are used by encoding parsers/serializers
Field Summary | |
static int |
ARRAY_START
start of an array |
static int |
END_OF_ENCODING
end of everything |
static int |
NULL
a null object |
static int |
PRIMITIVE
primitive type |
static int |
REFERENCE
a reference to an object |
static int |
STRUCTURE_START
start of a structure |
static int |
TOKEN_END
end of a structure or of an array |
static java.lang.String[] |
tokenNames
array of token to its human readable name mapping. |
static int |
UNKNOWN_START
starting token, not yet estimated |
Field Detail |
public static final int END_OF_ENCODING
public static final int STRUCTURE_START
public static final int TOKEN_END
public static final int ARRAY_START
public static final int PRIMITIVE
public static final int REFERENCE
public static final int NULL
public static final int UNKNOWN_START
public static final java.lang.String[] tokenNames
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |