com.google.gwt.rpc.client.impl
Class TypeOverrides.SerializeFunction

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.rpc.client.impl.TypeOverrides.SerializeFunction
Enclosing class:
TypeOverrides

public static final class TypeOverrides.SerializeFunction
extends JavaScriptObject

An individual entry, which is a wrapper around the CFS's serialize method.


Method Summary
 void serialize(SerializationStreamWriter writer, java.lang.Object instance)
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

serialize

public void serialize(SerializationStreamWriter writer,
                      java.lang.Object instance)