public class

CommandClientSerializationStreamWriter

extends CommandSerializationStreamWriterBase
java.lang.Object
   ↳ com.google.gwt.rpc.client.impl.CommandSerializationStreamWriterBase
     ↳ com.google.gwt.rpc.client.impl.CommandClientSerializationStreamWriter

Class Overview

Provides a facade around serialization logic in client code.

Summary

Public Constructors
CommandClientSerializationStreamWriter(TypeOverrides serializer, CommandSink sink)
Protected Methods
ValueCommand makeValue(Class<?> type, Object value)
Type is passed in to handle primitive types.
[Expand]
Inherited Methods
From class com.google.gwt.rpc.client.impl.CommandSerializationStreamWriterBase
From class java.lang.Object
From interface com.google.gwt.user.client.rpc.SerializationStreamWriter

Public Constructors

public CommandClientSerializationStreamWriter (TypeOverrides serializer, CommandSink sink)

Protected Methods

protected ValueCommand makeValue (Class<?> type, Object value)

Type is passed in to handle primitive types.