aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/communication/MethodInvocation.java
Commit message (Expand)AuthorAgeFilesLines
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-62/+0
* Make MethodInvocation and subclasses SerializableLeif Åstrand2012-04-191-1/+2
* Made it possible to find out RPC parameter types (#8667)Artur2012-04-181-3/+13
* Implement server to client RPC (#8426).Henri Sara2012-02-291-5/+13
* Add missing license headers and Serializable implementations.Henri Sara2012-01-251-0/+4
* Register and use multiple RPC implementations by RPC interface (#8278).Henri Sara2012-01-251-2/+8
* Separate and improve JSON encoding/decoding of values (#8277, #8279).Henri Sara2012-01-251-4/+3
* Use simple JSON for RPC calls from client to server (#8279).Henri Sara2012-01-251-3/+3
* #8277 Refactor client to server communication in preparation for RPC.Henri Sara2012-01-251-0/+34