GWT 2.4.0

Uses of Interface
com.google.gwt.user.client.rpc.SerializationStreamReader

Packages that use SerializationStreamReader
com.google.gwt.rpc.server Contains the server-side APIs for deRPC. 
com.google.gwt.user.client.rpc Classes used in client-side implementation of remote procedure calls. 
 

Uses of SerializationStreamReader in com.google.gwt.rpc.server
 

Classes in com.google.gwt.rpc.server that implement SerializationStreamReader
 class CommandServerSerializationStreamReader
          This class will use ValueCommands to reconstitute objects.
 

Methods in com.google.gwt.rpc.server with parameters of type SerializationStreamReader
 java.lang.Object CommandSerializationUtil.Accessor.readNext(SerializationStreamReader reader)
           
 

Uses of SerializationStreamReader in com.google.gwt.user.client.rpc
 

Methods in com.google.gwt.user.client.rpc that return SerializationStreamReader
 SerializationStreamReader SerializationStreamFactory.createStreamReader(java.lang.String encoded)
          Creates a SerializationStreamReader for the encoded string.
 

Methods in com.google.gwt.user.client.rpc with parameters of type SerializationStreamReader
abstract  void CustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader, T instance)
          Deserializes the content of the object from the SerializationStreamReader.
 T CustomFieldSerializer.instantiateInstance(SerializationStreamReader streamReader)
          Instantiates an object from the SerializationStreamReader.
 


GWT 2.4.0