Query over Serializable objects with C++

The C SDK doesn’t do automatic serialization and deserialization. You would need to serialize your data to a buffer and pass it to the library when storing items, and you would need to pass the buffer returned by the library (via the callback) to your deserialization function when retrieving items.