You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.
I have this class:
I use Fx-GSON library to serialize JavaFx Properties.
When I serialize it to JSON I get this:
But when I deserialize it back to the object of type
Project
thename
andnameProperty
are 2 different objects.How to make
name
property delegate to the newnameProperty
?The text was updated successfully, but these errors were encountered: