com.googlecode.objectify.impl.ref.DeadRef_CustomFieldSerializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of objectify-gwt Show documentation
Show all versions of objectify-gwt Show documentation
Use Google App Engine datastore and Objectify classes with GWT
package com.googlecode.objectify.impl.ref;
import com.google.gwt.user.client.rpc.CustomFieldSerializer;
import com.google.gwt.user.client.rpc.SerializationException;
import com.google.gwt.user.client.rpc.SerializationStreamReader;
import com.google.gwt.user.client.rpc.SerializationStreamWriter;
import com.googlecode.objectify.Key;
/**
* Custom field serializer for the DeadRef class.
*/
public class DeadRef_CustomFieldSerializer extends CustomFieldSerializer> {
public static void deserialize(SerializationStreamReader streamReader, DeadRef> instance) {
}
public static DeadRef> instantiate(SerializationStreamReader streamReader) throws SerializationException {
@SuppressWarnings("unchecked")
Key