Hi Matt, I would recommend you to try using a static class instead of lambda for the visitor implementation. Most likely it references some fields of the enclosing class that should not be serialized. Generally, you should always use static classes for anything that will be serialized, because it gives much better control and understanding of what is serialized and what is not.
-Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Data-Streamer-error-tp7725p7885.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
