I think I would be against it. Why would anyone serialize ClusterNode outside of Ignite? Did we get any complaints from users?
D. On Fri, Oct 5, 2018 at 3:55 AM Vyacheslav Daradur <[email protected]> wrote: > Hi Igniters! > > I've noticed that interface 'ClusterNode' doesn't extend > 'Serializable', but at the same time its implementations are being > transferred across the network widely. > > We have not faced the problem because of the most used implementation > 'TcpDiscoveryNode' implemented 'Externalizable' that allows JVM to > delegate the serialization to the implementation. > > I'd suggest making the interface ClusterNode to extend Serializable. > > What do you think? > > -- > Best Regards, Vyacheslav D. >
