Example usage for com.google.gson JsonDeserializer interface-usage

List of usage examples for com.google.gson JsonDeserializer interface-usage

Introduction

In this page you can find the example usage for com.google.gson JsonDeserializer interface-usage.

Usage

From source file com.google.wave.api.impl.EventMessageBundleGsonAdaptor.java

/**
 * Gson adaptor to serialize and deserialize {@link EventMessageBundle}.
 *
 * @author douwe@google.com (Douwe Osinga)
 */
public class EventMessageBundleGsonAdaptor implements InstanceCreator<EventMessageBundle>,

From source file com.google.wave.api.impl.JsonRpcResponseGsonAdaptor.java

/**
 * Custom serializer and deserializer that serializes and deserializes a
 * {@link JsonRpcResponse}.
 *
 * @author mprasetya@google.com (Marcel Prasetya)
 */

From source file com.google.wave.api.impl.OperationRequestGsonAdaptor.java

/**
 * Custom serializer and deserializer that serializes and deserializes an
 * {@link OperationRequest}.
 *
 * @author mprasetya@google.com (Marcel Prasetya)
 */

From source file com.googlecode.phisix.api.parser.PhisixDeserializer.java

/**
 * {@link JsonDeserializer} that converts a {@link JsonObject} to a
 * {@link Stock}
 * 
 * @author Edge Dalmacio
 * 

From source file com.googlesource.gerrit.plugins.hooks.rtc.api.RtcEntityDeserializer.java

public class RtcEntityDeserializer extends AbstractDeserializer implements JsonDeserializer<RtcEntity> {

    @Override
    public RtcEntity deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)
            throws JsonParseException {

From source file com.googlesource.gerrit.plugins.hooks.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.hooks.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.hooks.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.hooks.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.googlesource.gerrit.plugins.its.rtc.api.RtcEntityDeserializer.java

public class RtcEntityDeserializer extends AbstractDeserializer implements JsonDeserializer<RtcEntity> {

    @Override
    public RtcEntity deserialize(JsonElement json, Type typeOfT, JsonDeserializationContext context)
            throws JsonParseException {