public class Serialisation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.gson.Gson |
gson |
static com.google.gson.GsonBuilder |
gsonBuilder |
static com.google.gson.JsonParser |
gsonParser |
static org.msgpack.core.MessagePack.PackerConfig |
msgpackPackerConfig |
static org.msgpack.core.MessagePack.UnpackerConfig |
msgpackUnpackerConfig |
| Constructor and Description |
|---|
Serialisation() |
public static final com.google.gson.JsonParser gsonParser
public static final com.google.gson.GsonBuilder gsonBuilder
public static final com.google.gson.Gson gson
public static final org.msgpack.core.MessagePack.PackerConfig msgpackPackerConfig
public static final org.msgpack.core.MessagePack.UnpackerConfig msgpackUnpackerConfig