public class EntityNotFoundException_CustomFieldSerializer
extends com.google.gwt.user.client.rpc.CustomFieldSerializer<com.google.appengine.api.datastore.EntityNotFoundException>
Constructor and Description |
---|
EntityNotFoundException_CustomFieldSerializer() |
Modifier and Type | Method and Description |
---|---|
static void |
deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader streamReader,
com.google.appengine.api.datastore.EntityNotFoundException instance) |
void |
deserializeInstance(com.google.gwt.user.client.rpc.SerializationStreamReader streamReader,
com.google.appengine.api.datastore.EntityNotFoundException instance) |
boolean |
hasCustomInstantiateInstance() |
static com.google.appengine.api.datastore.EntityNotFoundException |
instantiate(com.google.gwt.user.client.rpc.SerializationStreamReader streamReader) |
com.google.appengine.api.datastore.EntityNotFoundException |
instantiateInstance(com.google.gwt.user.client.rpc.SerializationStreamReader streamReader) |
static void |
serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter streamWriter,
com.google.appengine.api.datastore.EntityNotFoundException instance) |
void |
serializeInstance(com.google.gwt.user.client.rpc.SerializationStreamWriter streamWriter,
com.google.appengine.api.datastore.EntityNotFoundException instance) |
public EntityNotFoundException_CustomFieldSerializer()
public static void deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader streamReader, com.google.appengine.api.datastore.EntityNotFoundException instance)
public static com.google.appengine.api.datastore.EntityNotFoundException instantiate(com.google.gwt.user.client.rpc.SerializationStreamReader streamReader) throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationException
public static void serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter streamWriter, com.google.appengine.api.datastore.EntityNotFoundException instance) throws com.google.gwt.user.client.rpc.SerializationException
com.google.gwt.user.client.rpc.SerializationException
public boolean hasCustomInstantiateInstance()
hasCustomInstantiateInstance
in class com.google.gwt.user.client.rpc.CustomFieldSerializer<com.google.appengine.api.datastore.EntityNotFoundException>
public com.google.appengine.api.datastore.EntityNotFoundException instantiateInstance(com.google.gwt.user.client.rpc.SerializationStreamReader streamReader) throws com.google.gwt.user.client.rpc.SerializationException
instantiateInstance
in class com.google.gwt.user.client.rpc.CustomFieldSerializer<com.google.appengine.api.datastore.EntityNotFoundException>
com.google.gwt.user.client.rpc.SerializationException
public void deserializeInstance(com.google.gwt.user.client.rpc.SerializationStreamReader streamReader, com.google.appengine.api.datastore.EntityNotFoundException instance) throws com.google.gwt.user.client.rpc.SerializationException
deserializeInstance
in class com.google.gwt.user.client.rpc.CustomFieldSerializer<com.google.appengine.api.datastore.EntityNotFoundException>
com.google.gwt.user.client.rpc.SerializationException
public void serializeInstance(com.google.gwt.user.client.rpc.SerializationStreamWriter streamWriter, com.google.appengine.api.datastore.EntityNotFoundException instance) throws com.google.gwt.user.client.rpc.SerializationException
serializeInstance
in class com.google.gwt.user.client.rpc.CustomFieldSerializer<com.google.appengine.api.datastore.EntityNotFoundException>
com.google.gwt.user.client.rpc.SerializationException
Copyright © 2014. All rights reserved.