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