Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

2.7.0.vaadin7: Make JsonValue serializable (#4)

Latest
Compare
Choose a tag to compare
@elmot elmot released this 19 Jun 07:58
· 62 commits to master since this release
* Make JsonValue serializable

This enables storing JsonValues in the HTTP session on the server

Bug: Issue 8364
Change-Id: I3c43b27dc2b86f16060170b425b9754a8a5d3d54

* marking custom serialization methods with GwtIncompatible

Since json/impl classes are shared in client and server sides,
custom methods for serializing server objects should not be
considered by gwt compiler.

Renamed Serialization test to follow pattern used in build.xml
because it was not being run otherwise.

Change-Id: I44178bfb2dc3785afd7b74434fbd9350bbd6676d