Uses of Class
com.alipay.hessian.generic.model.GenericObject

Packages that use GenericObject
com.alipay.hessian.generic.io   
com.alipay.hessian.generic.model   
com.alipay.hessian.generic.util   
 

Uses of GenericObject in com.alipay.hessian.generic.io
 

Methods in com.alipay.hessian.generic.io with parameters of type GenericObject
 void GenericObjectSerializer.doWriteObject(GenericObject obj, com.caucho.hessian.io.AbstractHessianOutput out)
           
 

Uses of GenericObject in com.alipay.hessian.generic.model
 

Methods in com.alipay.hessian.generic.model with parameters of type GenericObject
 int GenericObject.compareTo(GenericObject genericObject)
           
 

Uses of GenericObject in com.alipay.hessian.generic.util
 

Methods in com.alipay.hessian.generic.util that return GenericObject
 GenericObject CustomConverter.convertToGenericObject(Class clazz, Object object)
          普通对象转泛化对象
 

Methods in com.alipay.hessian.generic.util with parameters of type GenericObject
 Object CustomConverter.convertToObject(Class clazz, GenericObject genericObject)
          泛化对象转普通对象
 



Copyright © 2008–2018 Ant Financial. All rights reserved.