RE: Does object should implement Serializable?

2018-02-23 Thread Ariel Tubaltsev
Hi Stan Makes sense, thank you for clarification. Ariel -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

RE: Does object should implement Serializable?

2018-02-23 Thread Stanislav Lukyanov
Hi Ariel, BinaryMarshaller is used to store data by default. All the data will be stored and sent across the cluster in the Ignite’s binary format. You don’t need to use Serializable since BInaryMarshaller doesn’t rely on the standard Java serialization. Also, there are cases when Ignite will no