Package siena.core.options.QueryOption

Examples of siena.core.options.QueryOption.QueryOptionJson


 
  /* (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;
View Full Code Here

TOP

Related Classes of siena.core.options.QueryOption.QueryOptionJson

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.