public class GSON extends Object implements Codec<Data>
(package private) com.google.gson.Gson
gson
GSON()
Data
decode(byte[] rawBytes)
byte[]
encode(Data object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final com.google.gson.Gson gson
public GSON()
public Data decode(byte[] rawBytes) throws Exception
decode
Codec<Data>
Exception
Codec.decode(byte[])
public byte[] encode(Data object) throws Exception
encode
Codec.encode(java.lang.Object)
Copyright © 2018. All rights reserved.