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

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

Introduction

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

Usage

From source file org.restexpress.plugin.gson.json.GsonSerializer.java

/**
 * @author toddf
 * @since Nov 13, 2009
 */
public interface GsonSerializer<T> extends JsonDeserializer<T>, JsonSerializer<T>, InstanceCreator<T> {
}

From source file org.restexpress.serialization.json.GsonSerializer.java

/**
 * @author toddf
 * @since Nov 13, 2009
 */
public interface GsonSerializer<T> extends JsonDeserializer<T>, JsonSerializer<T>, InstanceCreator<T> {
}

From source file org.structr.core.JsonInputGSONAdapter.java

/**
 * Controls deserialization of property sets.
 *
 * @author Christian Morgner
 */
public class JsonInputGSONAdapter

From source file org.structr.core.PropertySetGSONAdapter.java

/**
 * Controls deserialization of property sets.
 *
 * @author Christian Morgner
 */
public class PropertySetGSONAdapter

From source file org.structr.core.rest.JsonInputGSONAdapter.java

/**
 * Controls deserialization of property sets.
 *
 *
 */
public class JsonInputGSONAdapter

From source file org.structr.rest.JsonInputGSONAdapter.java

/**
 * Controls deserialization of property sets.
 *
 * @author Christian Morgner
 */
public class JsonInputGSONAdapter