I have an incoming and outgoing stream of bytes which I need to serialize and deserialize to/from mavlink::Message objects. How do I do this? I can't find the documentation for the C++11 libraries or some example. So does anyone know of some example code doing this?