Cannot persist a StringProperty #243
Replies: 1 comment
-
Hello, Nevertheless here are some hints: Ignoring Fields:
see https://docs.microstream.one/manual/storage/storing-data/transient-fields.html |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm running into an issue when using JavaFX, where I'm trying to persist a StringProperty that has the default listeners added via adding them to a table. However since the invalidation listener is a weak reference, which cannot be persisted I'm running into a exception, that makes persisting it impossible. I tried to create a custom BinaryTypeHandler however it does not have a Binary_String method. Am I missing something here or would the List in wich JavaFX stores the handler need to be transient.
I've also made a simple recreater.
Any help would be highly appreciated! Kindest regards.
Beta Was this translation helpful? Give feedback.
All reactions