com.google.gwt.rpc.server
Class CommandServerSerializationStreamWriter
java.lang.Object
com.google.gwt.rpc.client.impl.CommandSerializationStreamWriterBase
com.google.gwt.rpc.server.CommandServerSerializationStreamWriter
- All Implemented Interfaces:
- SerializationStreamWriter
public class CommandServerSerializationStreamWriter
- extends com.google.gwt.rpc.client.impl.CommandSerializationStreamWriterBase
A server-side implementation of SerializationStreamWriter that creates a
command stream.
Method Summary |
protected com.google.gwt.rpc.client.ast.ValueCommand |
makeValue(java.lang.Class<?> type,
java.lang.Object value)
Type is passed in to handle primitive types. |
Methods inherited from class com.google.gwt.rpc.client.impl.CommandSerializationStreamWriterBase |
getCommandSink, writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeObject, writeShort, writeString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandServerSerializationStreamWriter
public CommandServerSerializationStreamWriter(com.google.gwt.rpc.client.ast.CommandSink sink)
CommandServerSerializationStreamWriter
public CommandServerSerializationStreamWriter(ClientOracle oracle,
com.google.gwt.rpc.client.ast.CommandSink sink)
makeValue
protected com.google.gwt.rpc.client.ast.ValueCommand makeValue(java.lang.Class<?> type,
java.lang.Object value)
throws SerializationException
- Type is passed in to handle primitive types.
- Specified by:
makeValue
in class com.google.gwt.rpc.client.impl.CommandSerializationStreamWriterBase
- Throws:
SerializationException