Hi! I have a pluggable system where every plugin has its own classloader. I want to save an object to the cache, and this object contains some other objects from other classloaders.
Right now it fails with ClassNotFoundException during unwrapBinary -> doReadObject -> IgniteUtils.forName Is it even possible to save objects to the cache with classes from different classloaders? Thanks, Sergei
