com.google.gwt.user.client.rpc.core.java.lang
Class Long_CustomFieldSerializer
java.lang.Object
com.google.gwt.user.client.rpc.core.java.lang.Long_CustomFieldSerializer
- public final class Long_CustomFieldSerializer
- extends Object
Custom field serializer for the Java Byte class. If we have a class that is
final and not default constructable that has a custom serializer
Long_CustomFieldSerializer
public Long_CustomFieldSerializer()
instantiate
public static Long instantiate(SerializationStreamReader streamReader)
throws SerializationException
- Return an instance of the java.lang.Long
- Parameters:
streamReader -
- Returns:
-
- Throws:
SerializationException
serialize
public static void serialize(SerializationStreamWriter streamWriter,
Long instance)
throws SerializationException
- Save an object state into a stream.
- Parameters:
streamWriter - instance -
- Throws:
SerializationException
deserialize
public static void deserialize(SerializationStreamReader streamReader,
Long instance)
- Parameters:
streamReader - instance -
This javadoc distribution was not produced by Google. The official documentation is here.