public final class CmsRpcPrefetcher
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
static java.lang.Object |
getSerializedObjectFromDictionary(java.lang.Object asyncService,
java.lang.String dictionaryName)
Deserializes the prefetched RPC data with the given dictionary name.
|
static java.lang.Object |
getSerializedObjectFromString(java.lang.Object asyncService,
java.lang.String serializedData)
Deserializes the prefetched RPC data.
|
public static java.lang.Object getSerializedObjectFromDictionary(java.lang.Object asyncService,
java.lang.String dictionaryName)
throws com.google.gwt.user.client.rpc.SerializationException
asyncService - the RPC service instancedictionaryName - the global variable namecom.google.gwt.user.client.rpc.SerializationException - if the deserialization failspublic static java.lang.Object getSerializedObjectFromString(java.lang.Object asyncService,
java.lang.String serializedData)
throws com.google.gwt.user.client.rpc.SerializationException
asyncService - the RPC service instanceserializedData - the serialized object datacom.google.gwt.user.client.rpc.SerializationException - if the deserialization fails