|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.communication.URLReference_Serializer
public class URLReference_Serializer
| Constructor Summary | |
|---|---|
URLReference_Serializer()
|
|
| Method Summary | |
|---|---|
com.vaadin.shared.communication.URLReference |
deserialize(Type type,
JSONValue jsonValue,
ApplicationConnection connection)
Creates and deserializes an object received from the server. |
JSONValue |
serialize(com.vaadin.shared.communication.URLReference value,
ApplicationConnection connection)
Serialize the given object into JSON. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URLReference_Serializer()
| Method Detail |
|---|
public com.vaadin.shared.communication.URLReference deserialize(Type type,
JSONValue jsonValue,
ApplicationConnection connection)
JSONSerializerJSONSerializer.serialize(Object, ApplicationConnection) and
also with the server side JsonCodec.encode method.
deserialize in interface JSONSerializer<com.vaadin.shared.communication.URLReference>type - the type to deserializejsonValue - JSON map from property name to property valueconnection - the application connection providing the context
public JSONValue serialize(com.vaadin.shared.communication.URLReference value,
ApplicationConnection connection)
JSONSerializerJSONSerializer.deserialize(Type, JSONValue, ApplicationConnection) and also
with the server side JsonCodec.decodeCustomType method.
serialize in interface JSONSerializer<com.vaadin.shared.communication.URLReference>value - The object to serializeconnection - the application connection providing the context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||