AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 属性 | 所有成员列表
com.google.gson.stream.JsonScope 枚举类型参考

Public 属性

 EMPTY_ARRAY
 
 NONEMPTY_ARRAY
 
 EMPTY_OBJECT
 
 DANGLING_NAME
 
 NONEMPTY_OBJECT
 
 EMPTY_DOCUMENT
 
 NONEMPTY_DOCUMENT
 
 CLOSED
 

详细描述

Lexical scoping elements within a JSON reader or writer.

作者
Jesse Wilson
自从
1.6

类成员变量说明

com.google.gson.stream.JsonScope.CLOSED

A document that's been closed and cannot be accessed.

com.google.gson.stream.JsonScope.DANGLING_NAME

An object whose most recent element is a key. The next element must be a value.

com.google.gson.stream.JsonScope.EMPTY_ARRAY

An array with no elements requires no separators or newlines before it is closed.

com.google.gson.stream.JsonScope.EMPTY_DOCUMENT

No object or array has been started.

com.google.gson.stream.JsonScope.EMPTY_OBJECT

An object with no name/value pairs requires no separators or newlines before it is closed.

com.google.gson.stream.JsonScope.NONEMPTY_ARRAY

A array with at least one value requires a comma and newline before the next element.

com.google.gson.stream.JsonScope.NONEMPTY_DOCUMENT

A document with at an array or object.

com.google.gson.stream.JsonScope.NONEMPTY_OBJECT

An object with at least one name/value pair requires a comma and newline before the next element.


枚举说明文档从下列文件生成: