public class BeanDeserializer extends AbstractMapDeserializer
NULL
Constructor and Description |
---|
BeanDeserializer(Class cl) |
Modifier and Type | Method and Description |
---|---|
protected HashMap |
getMethodMap(Class cl)
Creates a map of the classes fields.
|
protected static Object |
getParamArg(Class cl)
Creates a map of the classes fields.
|
protected Method |
getReadResolve(Class cl)
Returns the readResolve method
|
Class |
getType() |
protected Object |
instantiate() |
Object |
readMap(AbstractHessianInput in) |
Object |
readMap(AbstractHessianInput in,
Object obj) |
readObject
codeName, createField, createFields, error, isReadResolve, readLengthList, readList, readObject, readObject
public BeanDeserializer(Class cl)
public Class getType()
getType
in interface Deserializer
getType
in class AbstractMapDeserializer
public Object readMap(AbstractHessianInput in) throws IOException
readMap
in interface Deserializer
readMap
in class AbstractDeserializer
IOException
public Object readMap(AbstractHessianInput in, Object obj) throws IOException
IOException
Copyright © 2023. All rights reserved.