public class EventRequestDataSerialize extends java.lang.Object implements com.google.gson.JsonSerializer<EventRequestData>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
static java.lang.String |
PROFILE_ID |
static java.lang.String |
PROPERTIES |
Constructor and Description |
---|
EventRequestDataSerialize() |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
serialize(EventRequestData src,
java.lang.reflect.Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
public static final java.lang.String PROFILE_ID
public static final java.lang.String NAME
public static final java.lang.String PROPERTIES
public com.google.gson.JsonElement serialize(EventRequestData src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)
serialize
in interface com.google.gson.JsonSerializer<EventRequestData>