Hassan Syed

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Hassan Syed commented, -
Hassan Syed created a post, Restoring Non-Text Editors after a restart, What am I missing ?
I'm developing a embedded browser for Intelij using JxBrowser. I've made quite a bit of progress, I'm looking into restoring browser editors now. This is what I am trying. * I open the browsers us... -
Hassan Syed created a post, Easy way to suppress persistence of inherited fields
I noticed that the persistence framework started persisting inherited fields once I changed my class hierarchy to extend from `SimpleNode`. When I started adding icons to my tree nodes I now get lo... -
-
-
Hassan Syed created a post, AnsweredDoes the persistence framework support Polymorphic Deserialization ?
I'm trying to implement persistence for a hierarchical tree for bookmarks. Initially my implementation had an abstract base class for the "directories" and "bookmarks". This was serialising correct...