com.google.gwt.user.client.rpc.core.java.util
Class Collections.EmptyList_CustomFieldSerializer

java.lang.Object
  extended by com.google.gwt.user.client.rpc.core.java.util.Collections.EmptyList_CustomFieldSerializer
Enclosing class:
Collections

public static final class Collections.EmptyList_CustomFieldSerializer
extends java.lang.Object

Custom field serializer for Collections.EmptyList.


Constructor Summary
Collections.EmptyList_CustomFieldSerializer()
           
 
Method Summary
static void deserialize(SerializationStreamReader streamReader, java.util.List instance)
           
static java.util.List instantiate(SerializationStreamReader streamReader)
           
static void serialize(SerializationStreamWriter streamWriter, java.util.List instance)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Collections.EmptyList_CustomFieldSerializer

public Collections.EmptyList_CustomFieldSerializer()
Method Detail

deserialize

public static void deserialize(SerializationStreamReader streamReader,
                               java.util.List instance)
                        throws SerializationException
Throws:
SerializationException

instantiate

public static java.util.List instantiate(SerializationStreamReader streamReader)
                                  throws SerializationException
Throws:
SerializationException

serialize

public static void serialize(SerializationStreamWriter streamWriter,
                             java.util.List instance)
                      throws SerializationException
Throws:
SerializationException