Re: Breaking improvements for the Ignite C++.

2016-07-22 Thread Igor Sapego
Dmitriy, I've checked Java implementation of the BinaryType and it seems to be something a bit different than in C++. Current role of the BinaryType in C++ is to provide Ignite with the information about its template type, to be used during serialization and deserialization. Unlike Java version,

Re: Breaking improvements for the Ignite C++.

2016-07-22 Thread Dmitriy Setrakyan
I am not a C++ expert, but can you please explain why you would like to change all methods on the BinaryType to static? Is it the same way in Java? On Fri, Jul 22, 2016 at 9:00 AM, Igor Sapego wrote: > Hello Igniters and Ignite users, > > As there is going to be Ignite 2.0 release soon, It is a

Breaking improvements for the Ignite C++.

2016-07-22 Thread Igor Sapego
Hello Igniters and Ignite users, As there is going to be Ignite 2.0 release soon, It is a good opportunity for us to improve Ignite C++ API without the need to maintain backward compatibility. Let's collect and discuss all the proposal for the changes in API here. If you've had any proposal on ho