summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/JsonCodec.java
Commit message (Expand)AuthorAgeFilesLines
* Made it possible to find out RPC parameter types (#8667)Artur2012-04-181-76/+87
* Refactored JsonCodec to use a given type for deserialization (#8667)Artur Signell2012-04-181-158/+298
* Only paint connector references for visible connectors (#8685)Artur2012-04-181-1/+11
* Fixes #8673 (some fields not en/decoded correctly) by using the setter/getter...Marc Englund2012-04-171-5/+23
* Double was encoded as float, fixed. #8657Marc Englund2012-04-131-1/+1
* #8602 Added support for Map<Connector,?>Artur Signell2012-04-051-3/+29
* Updated AbsoluteLayout to use hierarchy and state change eventsArtur Signell2012-04-051-5/+9
* getCanonicalName() caused classloading problems when encoding json, changed t...Marc Englund2012-03-281-1/+1
* Paintable -> ConnectorArtur Signell2012-03-251-3/+2
* #8515 Additional fix for sets, and lists from client to serverArtur Signell2012-03-211-21/+63
* Moved Connector -> Connector Id mapping to AbstractComponentArtur Signell2012-03-211-43/+44
* #8534 Handle null values consistently both from server to client andArtur Signell2012-03-161-6/+10
* #8534 Handle null values consistently both from server to client andArtur Signell2012-03-161-8/+8
* Fixed compilation warningArtur Signell2012-03-141-1/+1
* #8504 Support passing Connector references to/from clientArtur Signell2012-03-141-0/+2
* #8515 Added serialization support for Lists containing supported types.Artur Signell2012-03-131-13/+36
* #8510 Support using Resources through URLReference/ResourceReference inArtur Signell2012-03-131-2/+13
* #8444 Generate serializers for client to server RPCArtur Signell2012-03-011-5/+48
* #8442 Serialize also nested beans, #8441 Allow using static innerArtur Signell2012-02-281-5/+6
* #8304 Changed Button to solely use shared stateArtur Signell2012-02-211-2/+4
* #8304 First steps towards supporting serialization of any beanArtur Signell2012-02-211-4/+27
* Use String instead of char as type tag in JSON (#8304 shared state).Henri Sara2012-02-211-51/+43
* Implement simple shared state as a Map (#8304) - work in progressHenri Sara2012-01-311-11/+29
* Basic JSON encoding and decoding utilities from server to client (#8304)Henri Sara2012-01-301-0/+217