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, readObject
protected abstract Object create(String value) throws IOException
IOException
public Object readMap(AbstractHessianInput in) throws IOException
readMap
in interface Deserializer
readMap
in class AbstractDeserializer
IOException
public Object readObject(AbstractHessianInput in, Object[] fields) throws IOException
AbstractDeserializer
readObject
in interface Deserializer
readObject
in class AbstractDeserializer
in
- the input streamfields
- the deserializer's own field marshalIOException
Copyright © 2023. All rights reserved.