artemis-odb-contrib
artemis-odb-contrib copied to clipboard
Singleton components do not deserialize with strict mode = false
Trying to deserialize a singleton GameSingleton component
FileInputStream fin = new FileInputStream("saves/game_save.json"); worldSerializationManager.load(fin, SaveFileFormat.class);
Config:
.with(new SingletonPlugin(false))
All of the fields on the deserialized Singleton are null.