List of usage examples for com.google.gson JsonDeserializer interface-usage
From source file com.googlesource.gerrit.plugins.its.rtc.workitems.RtcCommentDeserializer.java
public class RtcCommentDeserializer extends AbstractDeserializer implements JsonDeserializer<RtcComment> { @Override public RtcComment deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context) throws JsonParseException {
From source file com.googlesource.gerrit.plugins.its.rtc.workitems.RtcRelatedLinkDeserializer.java
public class RtcRelatedLinkDeserializer extends AbstractDeserializer implements JsonDeserializer<RtcRelatedLink> { @Override public RtcRelatedLink deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context) throws JsonParseException {
From source file com.googlesource.gerrit.plugins.its.rtc.workitems.RtcWorkflowActionDeserializer.java
public class RtcWorkflowActionDeserializer extends AbstractDeserializer implements JsonDeserializer<RtcWorkflowAction> { @Override public RtcWorkflowAction deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context) throws JsonParseException {
From source file com.googlesource.gerrit.plugins.its.rtc.workitems.RtcWorkItemDeserializer.java
public class RtcWorkItemDeserializer extends AbstractDeserializer implements JsonDeserializer<RtcWorkItem> { private CachableResourcesFactory factory; public RtcWorkItemDeserializer(CachableResourcesFactory factory) { this.factory = factory;
From source file com.graphhopper.json.FeatureJsonDeserializer.java
/** * This class makes reading the different geometry types possible for Gson. * * @author Peter Karich */ public class FeatureJsonDeserializer implements JsonDeserializer<JsonFeature> {
From source file com.graphhopper.json.geo.FeatureJsonDeserializer.java
/** * Instructions how to read the different geometry types. * * @author Peter Karich */ public class FeatureJsonDeserializer implements JsonDeserializer<JsonFeature> {
From source file com.guodong.sun.guodong.entity.picture.PictureContentDeserializer.java
/** * @author drakeet */ public class PictureContentDeserializer implements JsonDeserializer<PictureContent> { @Override
From source file com.hawk.lib.base.model.jwdate.ZonedDateTimeJsonConverter.java
/** * GSON serialiser/deserialiser for converting {@link ZonedDateTime} objects. */ public class ZonedDateTimeJsonConverter implements JsonSerializer<ZonedDateTime>, JsonDeserializer<ZonedDateTime> { /** Formatter. */ private final DateTimeFormatter mDateTimeFormatter;
From source file com.heartbuffer.pipette.json.FilterConfigJsonAdapter.java
/** * * @author Thomas Cashman */ public class FilterConfigJsonAdapter implements JsonDeserializer<FilterConfig> { private static final String TYPE_FIELD = "type";
From source file com.heartbuffer.pipette.json.InputConfigJsonAdapter.java
/** * * @author Thomas Cashman */ public class InputConfigJsonAdapter implements JsonDeserializer<InputConfig> { private static final String TYPE_FIELD = "type";