Hello,

I am trying to deserialize a message from a file that was serialized using 
Python's pycapnp.  I have a schema file and a binary file that adheres to 
the schema.  I want to read the binary file in c++ using a filestream.  Is 
this sort of thing possible?  If so, how do I do it?  I tried searching for 
how to deserialize a message from a file but ended up getting a bit 
confused and figured it would be more effective to just ask here.

I am just using Capn' Proto to serialize data and then read the file into a 
c++ class that I have created.  Once I have opened the file into a 
filestream, how would I go about reading the message using the schema?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/capnproto/da81eb36-f4d4-4db3-8e35-4d3b2c642f2f%40googlegroups.com.

Reply via email to