com.aiyc.server.standalone.json
类 GsonFactory

java.lang.Object
  继承者 com.aiyc.server.standalone.json.GsonFactory

public class GsonFactory
extends Object

Factory for Gson instances.


构造方法摘要
GsonFactory()
           
 
方法摘要
static com.google.gson.Gson getGsonInstance()
          Gets a configured Gson instance
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

GsonFactory

public GsonFactory()
方法详细信息

getGsonInstance

public static com.google.gson.Gson getGsonInstance()
Gets a configured Gson instance

返回:
Gson instance


Copyright © 2017. All Rights Reserved.