|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ObjectInput
Object input.
| Method Summary | ||
|---|---|---|
Object |
readObject()
read object. |
|
|
readObject(Class<T> cls)
read object. |
|
|
readObject(Class<T> cls,
Type type)
read object. |
|
| Methods inherited from interface com.alibaba.dubbo.common.serialize.DataInput |
|---|
readBool, readByte, readBytes, readDouble, readFloat, readInt, readLong, readShort, readUTF |
| Method Detail |
|---|
Object readObject()
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
<T> T readObject(Class<T> cls)
throws IOException,
ClassNotFoundException
cls - object type.
IOException
ClassNotFoundException
<T> T readObject(Class<T> cls,
Type type)
throws IOException,
ClassNotFoundException
cls - object type.
IOException
ClassNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||