com.senseidb.search.client.json.req.filter
Class FilterJsonHandler
java.lang.Object
com.senseidb.search.client.json.req.filter.FilterJsonHandler
- All Implemented Interfaces:
- JsonHandler<Filter>
public class FilterJsonHandler
- extends Object
- implements JsonHandler<Filter>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterJsonHandler
public FilterJsonHandler()
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.