|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.hessian.io.AbstractDeserializer
com.caucho.hessian.io.AbstractStringValueDeserializer
public abstract class AbstractStringValueDeserializer
Deserializes a string-valued object like BigDecimal.
| Field Summary |
|---|
| Fields inherited from class com.caucho.hessian.io.AbstractDeserializer |
|---|
NULL |
| Constructor Summary | |
|---|---|
AbstractStringValueDeserializer()
|
|
| Method Summary | |
|---|---|
protected abstract java.lang.Object |
create(java.lang.String value)
|
java.lang.Object |
readMap(AbstractHessianInput in)
|
java.lang.Object |
readObject(AbstractHessianInput in,
java.lang.Object[] fields)
Reads an object instance from the input stream |
| Methods inherited from class com.caucho.hessian.io.AbstractDeserializer |
|---|
codeName, createField, createFields, error, getType, isReadResolve, readLengthList, readList, readObject, readObject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractStringValueDeserializer()
| Method Detail |
|---|
protected abstract java.lang.Object create(java.lang.String value)
throws java.io.IOException
java.io.IOException
public java.lang.Object readMap(AbstractHessianInput in)
throws java.io.IOException
readMap in interface DeserializerreadMap in class AbstractDeserializerjava.io.IOException
public java.lang.Object readObject(AbstractHessianInput in,
java.lang.Object[] fields)
throws java.io.IOException
AbstractDeserializer
readObject in interface DeserializerreadObject in class AbstractDeserializerin - the input streamfields - the deserializer's own field marshal
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||