public class ViewSerializer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static Log |
logger |
Constructor and Description |
---|
ViewSerializer() |
Modifier and Type | Method and Description |
---|---|
GeppettoProject |
deserialize(JsonElement json,
java.lang.reflect.Type typeOfT,
JsonDeserializationContext context) |
java.lang.String |
getDate(long timeStamp) |
JsonElement |
serialize(IView src,
java.lang.reflect.Type typeOfSrc,
JsonSerializationContext context) |
public GeppettoProject deserialize(JsonElement json, java.lang.reflect.Type typeOfT, JsonDeserializationContext context) throws JsonParseException
JsonParseException
public JsonElement serialize(IView src, java.lang.reflect.Type typeOfSrc, JsonSerializationContext context)
public java.lang.String getDate(long timeStamp)