com.google.common.collect
Class ImmutableSortedMap_CustomFieldSerializer

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

public class ImmutableSortedMap_CustomFieldSerializer
extends Object

This class implements the GWT serialization of ImmutableSortedMap.

Author:
Chris Povirk

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

Constructor Detail

ImmutableSortedMap_CustomFieldSerializer

public ImmutableSortedMap_CustomFieldSerializer()
Method Detail

deserialize

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

instantiate

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


Copyright © 2010-2014. All Rights Reserved.