public final class ImmutableSortedMap_CustomFieldSerializer extends Object
ImmutableSortedMap cannot be instantiated, we still need a custom field
serializer. TODO(cpovirk): why? Does it help if ensure that the GWT and non-GWT classes have the
same fields? Is that worth the trouble?| Constructor and Description |
|---|
ImmutableSortedMap_CustomFieldSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader reader,
com.google.common.collect.ImmutableSortedMap<?,?> instance) |
static com.google.common.collect.ImmutableSortedMap<?,?> |
instantiate(com.google.gwt.user.client.rpc.SerializationStreamReader reader) |
static void |
serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter writer,
com.google.common.collect.ImmutableSortedMap<?,?> instance) |
public ImmutableSortedMap_CustomFieldSerializer()
public static void deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader reader, com.google.common.collect.ImmutableSortedMap<?,?> instance)
public static com.google.common.collect.ImmutableSortedMap<?,?> instantiate(com.google.gwt.user.client.rpc.SerializationStreamReader reader) throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionpublic static void serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter writer, com.google.common.collect.ImmutableSortedMap<?,?> instance) throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationExceptionCopyright © 2010–2019. All rights reserved.