public final class

LinkedHashMap_CustomFieldSerializer

extends Object
java.lang.Object
   ↳ com.google.gwt.user.client.rpc.core.java.util.LinkedHashMap_CustomFieldSerializer

Class Overview

Custom field serializer for java.util.LinkedHashMap for the server (uses reflection).

Summary

Public Constructors
LinkedHashMap_CustomFieldSerializer()
Public Methods
static void deserialize(SerializationStreamReader streamReader, LinkedHashMap instance)
static boolean getAccessOrderNoReflection(LinkedHashMap instance)
Infers the value of the private accessOrder field of instance by examining its behavior on a set of test inputs, without using reflection.
static LinkedHashMap instantiate(SerializationStreamReader streamReader)
static void serialize(SerializationStreamWriter streamWriter, LinkedHashMap instance)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LinkedHashMap_CustomFieldSerializer ()

Public Methods

public static void deserialize (SerializationStreamReader streamReader, LinkedHashMap instance)

public static boolean getAccessOrderNoReflection (LinkedHashMap instance)

Infers the value of the private accessOrder field of instance by examining its behavior on a set of test inputs, without using reflection. Note that this implementation clones the instance, which could be slow.

Parameters
instance the instance to check
Returns
  • the value of instance.accessOrder

public static LinkedHashMap instantiate (SerializationStreamReader streamReader)

public static void serialize (SerializationStreamWriter streamWriter, LinkedHashMap instance)