Uses of Interface
com.caucho.hessian.io.FieldDeserializer2
-
Packages that use FieldDeserializer2 Package Description com.caucho.hessian.io -
-
Uses of FieldDeserializer2 in com.caucho.hessian.io
Methods in com.caucho.hessian.io that return FieldDeserializer2 Modifier and Type Method Description FieldDeserializer2FieldDeserializer2FactoryUnsafe. create(Field field)Creates a map of the classes fields.Methods in com.caucho.hessian.io that return types with arguments of type FieldDeserializer2 Modifier and Type Method Description protected HashMap<String,FieldDeserializer2>JavaDeserializer. getFieldMap(Class<?> cl, FieldDeserializer2Factory fieldFactory)Creates a map of the classes fields.protected HashMap<String,FieldDeserializer2>UnsafeDeserializer. getFieldMap(Class<?> cl, FieldDeserializer2Factory fieldFactory)Creates a map of the classes fields.Methods in com.caucho.hessian.io with parameters of type FieldDeserializer2 Modifier and Type Method Description ObjectUnsafeDeserializer. readObject(AbstractHessianInput in, Object obj, FieldDeserializer2[] fields)
-