com.google.gwt.user.client.rpc
Interface SerializationStreamReader
- All Known Implementing Classes:
- SerializationStream
- public interface SerializationStreamReader
Interface implemented by an object that wants to deserialize items from a
serialization stream.
getObjectDecoder
public SerializationStreamObjectDecoder getObjectDecoder()
readBoolean
public boolean readBoolean()
throws SerializationException
- Throws:
SerializationException
readByte
public byte readByte()
throws SerializationException
- Throws:
SerializationException
readChar
public char readChar()
throws SerializationException
- Throws:
SerializationException
readDouble
public double readDouble()
throws SerializationException
- Throws:
SerializationException
readFloat
public float readFloat()
throws SerializationException
- Throws:
SerializationException
readInt
public int readInt()
throws SerializationException
- Throws:
SerializationException
readLong
public long readLong()
throws SerializationException
- Throws:
SerializationException
readObject
public Object readObject()
throws SerializationException
- Throws:
SerializationException
readShort
public short readShort()
throws SerializationException
- Throws:
SerializationException
This javadoc distribution was not produced by Google. The official documentation is here.