com.google.common.collect
Class RegularImmutableSet_CustomFieldSerializer

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

public class RegularImmutableSet_CustomFieldSerializer
extends Object

This class implements the GWT serialization of RegularImmutableSet.

Author:
Hayward Chan

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

Constructor Detail

RegularImmutableSet_CustomFieldSerializer

public RegularImmutableSet_CustomFieldSerializer()
Method Detail

deserialize

public static void deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader reader,
                               com.google.common.collect.RegularImmutableSet<?> instance)

instantiate

public static com.google.common.collect.RegularImmutableSet<Object> instantiate(com.google.gwt.user.client.rpc.SerializationStreamReader reader)
                                                                         throws com.google.gwt.user.client.rpc.SerializationException
Throws:
com.google.gwt.user.client.rpc.SerializationException

serialize

public static void serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter writer,
                             com.google.common.collect.RegularImmutableSet<?> instance)
                      throws com.google.gwt.user.client.rpc.SerializationException
Throws:
com.google.gwt.user.client.rpc.SerializationException


Copyright © 2010-2012. All Rights Reserved.