Hi,
In the C++ bindings for the 4.0.0 SDK (https://github.com/leapmotion/LeapCxx) there is no possibility to serialize / deserialize data. Is there any easy way to include this or do I have to write it myself? I also saw LeapSerial in the Github (https://github.com/leapmotion/leapserial), this looks like I have to define the fields I want to serialize myself. In this case I might as well use another option for serializing?
I'm looking for leapmotion frame data serialize and deserialize, too. Anyone find other solution?