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

@ -40,7 +40,7 @@ struct _PinosProxy {
const void *interface;
const void *event;
const void *marshall;
const void *demarshal;
PINOS_SIGNAL (destroy_signal, (PinosListener *listener,
PinosProxy *proxy));