I have object like
class Person extends Human implements Serializable{ //just random example
String name;
CheckBox check;
//other functions with checkbox and name
}
and I want to serialize whole CheckBox object. I found out that it´s not possible for Java FX elements but is there any workaround around that if I want to serialize only one Java FX object per instance?
Thanks for answers.
Aucun commentaire:
Enregistrer un commentaire