AndBase开发框架  1.6
 全部  命名空间 文件 函数 变量 枚举值 
Public 成员函数 | 所有成员列表
com.google.gson.internal.bind.BigIntegerTypeAdapter类 参考
类 com.google.gson.internal.bind.BigIntegerTypeAdapter 继承关系图:

Public 成员函数

BigInteger read (JsonReader in) throws IOException
 
void write (JsonWriter out, BigInteger value) throws IOException
 

详细描述

Adapts a BigInteger type to and from its JSON representation.

作者
Joel Leitch

成员函数说明

BigInteger com.google.gson.internal.bind.BigIntegerTypeAdapter.read ( JsonReader  in) throws IOException
inline
void com.google.gson.internal.bind.BigIntegerTypeAdapter.write ( JsonWriter  out,
BigInteger  value 
) throws IOException
inline

该类的文档由以下文件生成: