com.senseidb.search.client.json.req.filter
Class FilterJsonHandler

java.lang.Object
  extended by com.senseidb.search.client.json.req.filter.FilterJsonHandler
All Implemented Interfaces:
JsonHandler<Filter>

public class FilterJsonHandler
extends Object
implements JsonHandler<Filter>


Constructor Summary
FilterJsonHandler()
           
 
Method Summary
 Filter deserialize(org.json.JSONObject json)
           
 org.json.JSONObject serialize(Filter bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterJsonHandler

public FilterJsonHandler()
Method Detail

serialize

public org.json.JSONObject serialize(Filter bean)
                              throws org.json.JSONException
Specified by:
serialize in interface JsonHandler<Filter>
Throws:
org.json.JSONException

deserialize

public Filter deserialize(org.json.JSONObject json)
                   throws org.json.JSONException
Specified by:
deserialize in interface JsonHandler<Filter>
Throws:
org.json.JSONException


Copyright © 2010-2012. All Rights Reserved.