-
- All Implemented Interfaces:
-
com.google.gson.JsonDeserializer,com.google.gson.JsonSerializer
public class Annotation.Serializer implements JsonSerializer<Annotation>, JsonDeserializer<Annotation>
-
-
Method Summary
Modifier and Type Method Description JsonElementserialize(Annotation annotation, Type typeOfMessage, JsonSerializationContext ctx)Annotationdeserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)-
-
Method Detail
-
serialize
JsonElement serialize(Annotation annotation, Type typeOfMessage, JsonSerializationContext ctx)
-
deserialize
Annotation deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)
-
-
-
-