#include "messaging/serialization.h"
Go to the source code of this file.
Functions | |
Serializer * | serializer_impl_flat_new (void) |
Create a new flat serializer instance. |
Serializes a message struct and content into a struct occupying a contiguous block of memory. While fast, this kind of serialization is only useful for passing messages within a single process. Serializations will not be portable to other architectures, so should not be passed across a network.
Definition in file serialization_impl_flat.h.