Package com.esri.core.geometry
Interface JsonWriter.State
-
- Enclosing class:
- JsonWriter
protected static interface JsonWriter.State
-
-
Field Summary
Fields Modifier and Type Field Description static int
accept
static int
arrayStart
static int
elementEnd
static int
fieldNameEnd
static int
objectStart
static int
pairEnd
static int
start
-
-
-
Field Detail
-
accept
static final int accept
- See Also:
- Constant Field Values
-
start
static final int start
- See Also:
- Constant Field Values
-
objectStart
static final int objectStart
- See Also:
- Constant Field Values
-
arrayStart
static final int arrayStart
- See Also:
- Constant Field Values
-
pairEnd
static final int pairEnd
- See Also:
- Constant Field Values
-
elementEnd
static final int elementEnd
- See Also:
- Constant Field Values
-
fieldNameEnd
static final int fieldNameEnd
- See Also:
- Constant Field Values
-
-