Package com.caucho.hessian.io
Class FieldDeserializer2FactoryUnsafe
- java.lang.Object
-
- com.caucho.hessian.io.FieldDeserializer2Factory
-
- com.caucho.hessian.io.FieldDeserializer2FactoryUnsafe
-
public class FieldDeserializer2FactoryUnsafe extends FieldDeserializer2Factory
Serializing an object for known object types.
-
-
Constructor Summary
Constructors Constructor Description FieldDeserializer2FactoryUnsafe()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldDeserializer2create(Field field)Creates a map of the classes fields.-
Methods inherited from class com.caucho.hessian.io.FieldDeserializer2Factory
create, getParamArg
-
-
-
-
Method Detail
-
create
public FieldDeserializer2 create(Field field)
Creates a map of the classes fields.
-
-