Open bryanbrunt opened 3 years ago
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.
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.