jds691 / Twig

A lightweight game library for JavaFX.
0 stars 0 forks source link

ConfigManager cannot access private fields marked with @ForceSerialize #5

Closed jds691 closed 8 months ago

jds691 commented 8 months ago

In another repository depending on Twig. A custom config class is not able to correctly serialise and deserialise. It’s only field it a private java.net.URL annotated with @ForceSerialize.