Hi Kien, The only way I found is to add this line at the beginning of the application to detect kryo serialization : `com.esotericsoftware.minlog.Log.set(Log.LEVEL_DEBUG)`
Antoine Le mar. 28 nov. 2017 à 02:41, Kien Truong <duckientru...@gmail.com> a écrit : > Hi, > > Are there any way to only log when Kryo serializer is used? It's a pain to > disable generic type then try to solve the exception one by one. > > Best regards, > Kien >