How to read TypeCode/TypeObject from log database?

1 post / 0 new
Offline
Last seen: 5 years 7 months ago
Joined: 10/01/2015
Posts: 17
How to read TypeCode/TypeObject from log database?

I have a sqlite3 database created by rtilogger with fully-serialized data fields, and all metadata fields.  I want to read the metadata TypeCode or TypeObject BLOB fields and deserialize them to the respective c++ objects.  How can I do this?