org.eclipse.jetty.util.ajax
接口 JSON.Generator

所有已知实现类:
JSON.Literal
包容类:
JSON

public static interface JSON.Generator

JSON Generator. A class that can add it's JSON representation directly to a StringBuffer. This is useful for object instances that are frequently converted and wish to avoid multiple Conversions


方法摘要
 void addJSON(Appendable buffer)
           
 

方法详细信息

addJSON

void addJSON(Appendable buffer)


Copyright © 2013. All Rights Reserved.