]> source.dussan.org Git - vaadin-framework.git/commit
Wrap variable change data in UidlValue wrapper with type info (#8878)
authorLeif Åstrand <leif@vaadin.com>
Wed, 30 May 2012 12:13:26 +0000 (15:13 +0300)
committerLeif Åstrand <leif@vaadin.com>
Wed, 6 Jun 2012 10:33:35 +0000 (13:33 +0300)
commitf633581ab653be38bef09d1f68b361409cdea108
tree0e982037b3f3e10298664cd183ae7f004d3aec97
parent1115e1f8bbc39c70005214b2a0e713cb3a17f5e4
Wrap variable change data in UidlValue wrapper with type info (#8878)

This is the first step towards dropping type info from the sent data for
everything except changeVariables data
src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
src/com/vaadin/terminal/gwt/client/communication/JsonEncoder.java
src/com/vaadin/terminal/gwt/client/communication/UidlValue.java [new file with mode: 0644]
src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java
src/com/vaadin/terminal/gwt/server/JsonCodec.java