Uses of Class
com.vaadin.terminal.gwt.client.communication.Type

Packages that use Type
com.vaadin.terminal.gwt.client.communication   
 

Uses of Type in com.vaadin.terminal.gwt.client.communication
 

Methods in com.vaadin.terminal.gwt.client.communication that return Type
 Type[] RpcMethod.getParameterTypes()
           
 Type[] Type.getParameterTypes()
           
 Type[] RpcManager.getParameterTypes(MethodInvocation invocation)
           
 

Methods in com.vaadin.terminal.gwt.client.communication with parameters of type Type
static Object JsonDecoder.decodeValue(Type type, com.google.gwt.json.client.JSONValue jsonValue, Object target, ApplicationConnection connection)
          Decode a JSON array with two elements (type and value) into a client-side type, recursively if necessary.
 T JSONSerializer.deserialize(Type type, com.google.gwt.json.client.JSONValue jsonValue, ApplicationConnection connection)
          Creates and deserializes an object received from the server.
 URLReference URLReference_Serializer.deserialize(Type type, com.google.gwt.json.client.JSONValue jsonValue, ApplicationConnection connection)
           
 void DiffJSONSerializer.update(T target, Type type, com.google.gwt.json.client.JSONValue jsonValue, ApplicationConnection connection)
          Update the target object in place based on the passed JSON data.
 

Constructors in com.vaadin.terminal.gwt.client.communication with parameters of type Type
RpcMethod(String interfaceName, String methodName, Type... parameterTypes)
           
Type(String baseTypeName, Type[] parameterTypes)
           
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.