com.senseidb.search.client.json
Interface JsonHandler<T>

All Known Implementing Classes:
FilterJsonHandler, QueryJsonHandler, SelectionJsonHandler, SenseiHitJsonHandler

public interface JsonHandler<T>


Method Summary
 T deserialize(org.json.JSONObject json)
           
 org.json.JSONObject serialize(T bean)
           
 

Method Detail

serialize

org.json.JSONObject serialize(T bean)
                              throws org.json.JSONException
Throws:
org.json.JSONException

deserialize

T deserialize(org.json.JSONObject json)
              throws org.json.JSONException
Throws:
org.json.JSONException


Copyright © 2010-2012. All Rights Reserved.