Apache Ignite deserializes class with writeReplace/readResolve methods during BinaryObject creation
I an storing in Ignite cache an object that contains a field of type org.joda.time.chrono.ISOChronology
.
The ISOChronology
is a 3rd party class having writeReplace()
and readResolve()
methods.