grammee

Results 10 comments of grammee

> Yes,Now our project is using java.io.Serializable. When I tried to use com.badlogic.gdx.utils.Json to serialize the object com.badlogic.gdx.ai.btree.BehaviorTree, StackOverflowError is occurred , maybe there is a circular dependency

> I'm guessing something needs to be marked as `transient` to avoid a circular dependency, I just don't know what. Also, I can't merge PRs or commit to gdx-ai any...

kryo.setInstantiatorStrategy(new DefaultInstantiatorStrategy(new StdInstantiatorStrategy())); --- can not work kryo.setInstantiatorStrategy(new StdInstantiatorStrategy()); -- seems work normally can i use like this ?

> @kevinkwok326: Yes, you can use `StdInstantiatorStrategy` directly. > > Can you please provide the complete stacktrace you get when you use `new DefaultInstantiatorStrategy(new StdInstantiatorStrategy())`? Because this should also work....

As I check the DefaultInstantiatorStrategy.java code. If raised exception at line 89, can not go to fallbackStrategy(ling 96~115)

> Thanks for the info! I see, the fallback is never applied when the error happens inside the anonymous `ObjectInstantiator`. We need another fallback logic inside the instantiator, or wrap...

> 将POI版本降级到4.1.2后解决。希望作者大大能修复5.2.2POI版本得问题 同求,easyexcel依赖的poi版本,是否可以升级到5.x系列

obs-java依赖的okhttp应该是4.10.0,你这个估计是其他影响了吧