Class DefaultJSONWriter

java.lang.Object
org.apache.struts2.json.DefaultJSONWriter
All Implemented Interfaces:
JSONWriter

public class DefaultJSONWriter extends Object implements JSONWriter

Serializes an object into JavaScript Object Notation (JSON). If cyclic references are detected they will be nulled out.