steinio

Results 1 comments of steinio

I think I figured it out, atleast I can serialize and deserialize the data, by adding this below the above code: ``` std::vector bytes; size_t len = out->byteCount(); std::unique_ptr in...