Hello, still fighting to get my unit tests green. Something I do not really understand is the mechanism of object replacement. For instance, marshalling a LocalDateTime, gets replace by java.time.Ser, I assume that's because it has a method writeReplace. But that takes precedence over a custom serialiser explicitly declared for LocalDateTime. This is quite confusing to me. Is there some piece of documentation (other than the code) that I can look at. At this point, I feel like I am doing modification blindly.
-- Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/