/* (non-Javadoc)
* @see siena.embed.JsonDumpable#dump()
*/
public Json dump() {
QueryOptionJson jsonOpt = new QueryOptionJson();
jsonOpt.type = this.getClass().getName();
try {
jsonOpt.value = JsonSerializer.serializeMap(this);
}catch(SienaException e) {
throw e;