Example usage for org.json.simple JSONStreamAware interface-usage

List of usage examples for org.json.simple JSONStreamAware interface-usage

Introduction

In this page you can find the example usage for org.json.simple JSONStreamAware interface-usage.

Usage

From source file org.chromium.sdk.internal.v8native.protocol.output.DebuggerMessage.java

/**
 * Represents a generic JSONStreamAware V8 request message (so that it can
 * serialize itself into JSON.)
 */
public class DebuggerMessage implements JSONStreamAware {

From source file org.pr.nb.plugins.mongodb.data.MongoDBInstance.java

/**
 *
 * @author Mahakaal
 */
@NbBundle.Messages({ "# {0} - Hostname", "DEFAULT_DISPLAY_NAME=Local instance: {0}" })
public class MongoDBInstance implements JSONAware, JSONStreamAware, Serializable {

From source file org.csml.tommo.sugar.analysis.JSONSerializable.java

public interface JSONSerializable extends JSONAware, JSONStreamAware {

    public JSONObject toJSONObject();

    public void fromJSONObject(JSONObject jsonObject);

From source file org.exoplatform.social.client.api.model.Model.java

/**
 * The general model extends {@link org.json.simple.JSONObject}'s interfaces.
 * <p/>
 * Inspiration taken from: http://code.google.com/p/opensocial-java-client/source/browse/trunk/java/src/org/opensocial/models/Model.java
 *
 * @author <a href="http://hoatle.net">hoatle (hoatlevan at gmail dot com)</a>