com.google.common.collect
Class EmptyImmutableList_CustomFieldSerializer

java.lang.Object
  extended by com.google.common.collect.EmptyImmutableList_CustomFieldSerializer

public class EmptyImmutableList_CustomFieldSerializer
extends Object

This class implements the GWT serialization of EmptyImmutableList.

Author:
Chris Povirk

Constructor Summary
EmptyImmutableList_CustomFieldSerializer()
           
 
Method Summary
static void deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader reader, com.google.common.collect.EmptyImmutableList instance)
           
static com.google.common.collect.EmptyImmutableList instantiate(com.google.gwt.user.client.rpc.SerializationStreamReader reader)
           
static void serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter writer, com.google.common.collect.EmptyImmutableList instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyImmutableList_CustomFieldSerializer

public EmptyImmutableList_CustomFieldSerializer()
Method Detail

deserialize

public static void deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader reader,
                               com.google.common.collect.EmptyImmutableList instance)

instantiate

public static com.google.common.collect.EmptyImmutableList instantiate(com.google.gwt.user.client.rpc.SerializationStreamReader reader)

serialize

public static void serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter writer,
                             com.google.common.collect.EmptyImmutableList instance)


Copyright © 2010-2012. All Rights Reserved.