org.apache.wink.json4j.compat
Interface JSONStringer

All Superinterfaces:
JSONWriter
All Known Implementing Classes:
ApacheJSONStringerDelegate

public interface JSONStringer
extends JSONWriter


Method Summary
 String toString()
           
 
Methods inherited from interface org.apache.wink.json4j.compat.JSONWriter
array, close, endArray, endObject, flush, key, object, value, value, value, value, value
 

Method Detail

toString

String toString()
Overrides:
toString in class Object


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.