com.google.common.collect
Class ImmutableEntry_CustomFieldSerializer

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

public class ImmutableEntry_CustomFieldSerializer
extends Object

This class implements the GWT serialization of ImmutableEntry.

Author:
iteratee@google.com (Kyle Butt)

Constructor Summary
ImmutableEntry_CustomFieldSerializer()
           
 
Method Summary
static void deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader reader, com.google.common.collect.ImmutableEntry<?,?> instance)
           
static com.google.common.collect.ImmutableEntry<Object,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.ImmutableEntry<?,?> instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImmutableEntry_CustomFieldSerializer

public ImmutableEntry_CustomFieldSerializer()
Method Detail

deserialize

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

instantiate

public static com.google.common.collect.ImmutableEntry<Object,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.ImmutableEntry<?,?> instance)
                      throws com.google.gwt.user.client.rpc.SerializationException
Throws:
com.google.gwt.user.client.rpc.SerializationException


Copyright © 2010-2012. All Rights Reserved.