org.vraptor.remote.json
Class JSONSerializer

java.lang.Object
  extended by org.vraptor.remote.json.JSONSerializer
All Implemented Interfaces:
OutjectionSerializer

public class JSONSerializer
extends Object
implements OutjectionSerializer


Field Summary
static int MAXIMUM_DEPTH_DEFAULT
           
 
Constructor Summary
JSONSerializer()
           
JSONSerializer(int maximumDepth)
           
 
Method Summary
 CharSequence serialize(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAXIMUM_DEPTH_DEFAULT

public static final int MAXIMUM_DEPTH_DEFAULT
See Also:
Constant Field Values
Constructor Detail

JSONSerializer

public JSONSerializer()

JSONSerializer

public JSONSerializer(int maximumDepth)
Method Detail

serialize

public CharSequence serialize(Object object)
Specified by:
serialize in interface OutjectionSerializer


Copyright © 2004-2008 VRaptor. All Rights Reserved.