org.xwiki.velocity.tools
Class JSONTool

java.lang.Object
  extended by org.xwiki.velocity.tools.JSONTool

public class JSONTool
extends Object

Velocity tool to facilitate serialization of Java objects to the JSON format.

Since:
4.0M2
Version:
$Id$

Constructor Summary
JSONTool()
           
 
Method Summary
 String serialize(Object object)
          Serialize a Java object to the JSON format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONTool

public JSONTool()
Method Detail

serialize

public String serialize(Object object)
Serialize a Java object to the JSON format.

Examples:

Parameters:
object - the object to be serialized to the JSON format
Returns:
the JSON-verified string representation of the given object


Copyright © 2004-2012 XWiki. All Rights Reserved.