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

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

Introduction

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

Usage

From source file br.edu.ifpb.pdm.chat.eventbus.domain.Chat.java

/**
 *
 * @author Pedro Arthur
 */
public class Chat implements JsonObject<Chat>, Serializable {

From source file br.edu.ifpb.pdm.chat.eventbus.domain.Contact.java

/**
 *
 * @author Pedro Arthur
 */
public class Contact implements JsonObject<Contact>, Serializable {

From source file br.edu.ifpb.pdm.chat.eventbus.domain.Credentials.java

/**
 *
 * @author Pedro Arthur
 */
public class Credentials implements JsonObject<Credentials> {

From source file br.edu.ifpb.pdm.chat.eventbus.domain.User.java

/**
 *
 * @author Pedro Arthur
 */
public class User implements JsonObject<User>, Serializable {

From source file it.attocchi.rest.GsonObject.java

public abstract class GsonObject implements JsonObject {

    @XmlTransient
    @Override
    public String toJson() {