Hi Lon, I usually build something around Gson for cases like this. Lightweight JSON representations are easy to handle, human-readable, and work across languages. If at some point you decide to move a certain UI feature to the browser in Javascript, that's trivial to do as well with that as a foundation.
Maik > Am 15.05.2019 um 00:20 schrieb Lon Varscsak <lon.varsc...@gmail.com>: > > Any reason we can't have Property be Serializable? I have situations where > I will keep references to properties in a web page (like for dynamic > columns) and my framework serializes those things (or errors out if it's > not serializable). I originally solved this with having my own Subclass be > Serializable, but now with protected constructors I'm getting errors. > > Thoughts? > > -Lon