Package com.sencha.gxt.core.shared
Class FastSet_CustomFieldSerializer
- java.lang.Object
-
- com.sencha.gxt.core.shared.FastSet_CustomFieldSerializer
-
public class FastSet_CustomFieldSerializer extends Object
-
-
Constructor Summary
Constructors Constructor Description FastSet_CustomFieldSerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader streamReader, FastSet instance)
static void
serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter streamWriter, FastSet instance)
-
-
-
Method Detail
-
deserialize
public static void deserialize(com.google.gwt.user.client.rpc.SerializationStreamReader streamReader, FastSet instance) throws com.google.gwt.user.client.rpc.SerializationException
- Throws:
com.google.gwt.user.client.rpc.SerializationException
-
serialize
public static void serialize(com.google.gwt.user.client.rpc.SerializationStreamWriter streamWriter, FastSet instance) throws com.google.gwt.user.client.rpc.SerializationException
- Throws:
com.google.gwt.user.client.rpc.SerializationException
-
-