org.vraptor.remote.json
Class JSONWriter
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONWriter
public JSONWriter(int maximum)
write
public CharSequence write(Object object)
Copyright © 2004-2008 VRaptor. All Rights Reserved.