org.vraptor.remote.json
Class JSONWriter

java.lang.Object
  extended by org.vraptor.remote.json.JSONWriter

public class JSONWriter
extends Object

Based on initial code from StringTree: http://www.stringtree.org/downloads/JSONWriter.java Main differences: unit tested, names refactored, java 5 wraps, java 5 enhanced fors, cyclic dependecies problemas avoided and maximum deep checks.

Author:
Paulo Silveira and StringTree

Constructor Summary
JSONWriter(int maximum)
           
 
Method Summary
 CharSequence write(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONWriter

public JSONWriter(int maximum)
Method Detail

write

public CharSequence write(Object object)


Copyright © 2004-2008 VRaptor. All Rights Reserved.