public class EnumDeserializer extends AbstractDeserializer
NULL| Constructor and Description |
|---|
EnumDeserializer(Class cl) |
| Modifier and Type | Method and Description |
|---|---|
Class |
getType() |
Object |
readMap(AbstractHessianInput in) |
Object |
readObject(AbstractHessianInput in,
Object[] fields)
Reads an object instance from the input stream
|
codeName, createField, createFields, error, isReadResolve, readLengthList, readList, readObject, readObjectpublic EnumDeserializer(Class cl)
public Class getType()
getType in interface DeserializergetType in class AbstractDeserializerpublic Object readMap(AbstractHessianInput in) throws IOException
readMap in interface DeserializerreadMap in class AbstractDeserializerIOExceptionpublic Object readObject(AbstractHessianInput in, Object[] fields) throws IOException
AbstractDeserializerreadObject in interface DeserializerreadObject in class AbstractDeserializerin - the input streamfields - the deserializer's own field marshalIOExceptionCopyright © 2017 Caucho Technology, Inc. All rights reserved.