jds691 / Twig

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

Custom field deserialisation #3

Open jds691 opened 8 months ago

jds691 commented 8 months ago

Currently inside of the SceneLoader it is hard coded to run custom deserialisers for any class that inherits from Resource. This is very useful however it would be great to extend this feature to other fields that wish to use this functionality.