org.apache.struts.flow.json
Class JSONSerializer

java.lang.Object
  extended byorg.apache.struts.flow.json.JSONSerializer

public class JSONSerializer
extends java.lang.Object

Serializes objects into JSON


Constructor Summary
JSONSerializer()
           
 
Method Summary
 java.lang.String serialize(java.lang.Object bean)
           
 void setVariableLookupTable(java.util.Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONSerializer

public JSONSerializer()
Method Detail

setVariableLookupTable

public void setVariableLookupTable(java.util.Properties props)

serialize

public java.lang.String serialize(java.lang.Object bean)


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.