public abstract class AbstractStringValueDeserializer extends AbstractDeserializer
NULL| Constructor and Description |
|---|
AbstractStringValueDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
create(String value) |
Object |
readMap(AbstractHessianInput in) |
Object |
readObject(AbstractHessianInput in,
Object[] fields)
Reads an object instance from the input stream
|
codeName, createField, createFields, error, getType, isReadResolve, readLengthList, readList, readObject, readObjectprotected abstract Object create(String value) throws IOException
IOExceptionpublic 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.