Rework serialization

Move serialization to the protocol, we now just send blocks of bytes
over the connection and let the protocol deserialize them.
This commit is contained in:
Wim Taymans 2017-03-06 15:48:04 +01:00
parent 842d73ca4b
commit 41399b0b25
26 changed files with 1617 additions and 2501 deletions

View file

@ -21,6 +21,7 @@
#define __PINOS_INTROSPECT_H__
#include <spa/include/spa/defs.h>
#include <spa/include/spa/format.h>
#ifdef __cplusplus
extern "C" {