org.eclipse.jetty.util.ajax
类 JSONCollectionConvertor

java.lang.Object
  继承者 org.eclipse.jetty.util.ajax.JSONCollectionConvertor
所有已实现的接口:
JSON.Convertor

public class JSONCollectionConvertor
extends Object
implements JSON.Convertor


构造方法摘要
JSONCollectionConvertor()
           
 
方法摘要
 Object fromJSON(Map object)
           
 void toJSON(Object obj, JSON.Output out)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

JSONCollectionConvertor

public JSONCollectionConvertor()
方法详细信息

toJSON

public void toJSON(Object obj,
                   JSON.Output out)
指定者:
接口 JSON.Convertor 中的 toJSON

fromJSON

public Object fromJSON(Map object)
指定者:
接口 JSON.Convertor 中的 fromJSON


Copyright © 2013. All Rights Reserved.