com.browseengine.bobo.serialize
Interface JSONExternalizable

All Superinterfaces:
JSONSerializable

public interface JSONExternalizable
extends JSONSerializable


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.browseengine.bobo.serialize.JSONSerializable
JSONSerializable.JSONSerializationException
 
Method Summary
 void fromJSON(org.json.JSONObject obj)
           
 org.json.JSONObject toJSON()
           
 

Method Detail

toJSON

org.json.JSONObject toJSON()
                           throws JSONSerializable.JSONSerializationException,
                                  org.json.JSONException
Throws:
JSONSerializable.JSONSerializationException
org.json.JSONException

fromJSON

void fromJSON(org.json.JSONObject obj)
              throws JSONSerializable.JSONSerializationException,
                     org.json.JSONException
Throws:
JSONSerializable.JSONSerializationException
org.json.JSONException


Copyright © 2005-2012. All Rights Reserved.