本文主要是介绍gson 简介、中文文档、中英对照文档 下载,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
gson 文档 下载链接(含jar包、源码、pom)
组件名称 | 中文-文档-下载链接 | 中英对照-文档-下载链接 |
---|---|---|
gson-2.2.4.jar | gson-2.2.4-API文档-中文版.zip | gson-2.2.4-API文档-中英对照版.zip |
gson-2.6.2.jar | gson-2.6.2-API文档-中文版.zip | gson-2.6.2-API文档-中英对照版.zip |
gson-2.7.jar | gson-2.7-API文档-中文版.zip | gson-2.7-API文档-中英对照版.zip |
gson-2.8.0.jar | gson-2.8.0-API文档-中文版.zip | gson-2.8.0-API文档-中英对照版.zip |
gson-2.8.2.jar | gson-2.8.2-API文档-中文版.zip | gson-2.8.2-API文档-中英对照版.zip |
gson-2.8.5.jar | gson-2.8.5-API文档-中文版.zip | gson-2.8.5-API文档-中英对照版.zip |
gson-2.8.6.jar | gson-2.8.6-API文档-中文版.zip | gson-2.8.6-API文档-中英对照版.zip |
gson-2.8.7.jar | gson-2.8.7-API文档-中文版.zip | gson-2.8.7-API文档-中英对照版.zip |
gson-2.8.8.jar | gson-2.8.8-API文档-中文版.zip | gson-2.8.8-API文档-中英对照版.zip |
gson-2.8.9.jar | gson-2.8.9-API文档-中文版.zip | gson-2.8.9-API文档-中英对照版.zip |
gson 简介
Gson
Gson是一个Java库,可用于将Java对象转换为JSON表示形式。它还可以用于将JSON字符串转换为等效的Java对象。
gson 中文文档、中英对照文档 说明
摘要:gson、com.google.code.gson、中文文档、中英对照文档、下载、包含jar包、原API文档、源代码、Maven依赖信息文件、翻译后的API文档、google、gson、jar包、java、中英对照文档;
使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。
人性化翻译,文档中的代码和结构保持不变,注释和说明精准翻译,请放心使用。
双语对照,边学技术、边学英语。
涉及的包(package)
Module com.google.gson
定义GSON序列化/ DESERIALIZAIZ API。
- Since:
- 2.8.6
2.8.6
-
-
Packages
Exports Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa.
此包提供GSON类将JSON转换为Java,反之亦然。
com.google.gson.annotations This package provides annotations that can be used withGson
.
此包提供可以与GSON一起使用的注释。
com.google.gson.reflect This package provides utility classes for finding type information for generic types.
此包提供实用程序类,用于查找泛型类型的类型信息。
com.google.gson.stream
-
com.google.gson
com.google.gson.annotations
com.google.gson.reflect
com.google.gson.stream
涉及的类(class)
ExclusionStrategy
Expose
FieldAttributes
FieldNamingPolicy
FieldNamingStrategy
Gson
GsonBuilder
InstanceCreator
JsonAdapter
JsonArray
JsonDeserializationContext
JsonDeserializer
JsonElement
JsonIOException
JsonNull
JsonObject
JsonParseException
JsonParser
JsonPrimitive
JsonReader
JsonSerializationContext
JsonSerializer
JsonStreamParser
JsonSyntaxException
JsonToken
JsonWriter
LongSerializationPolicy
MalformedJsonException
SerializedName
Since
ToNumberPolicy
ToNumberStrategy
TypeAdapter
TypeAdapterFactory
TypeToken
Until
这篇关于gson 简介、中文文档、中英对照文档 下载的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!