#include "messaging/serialization.h"
Go to the source code of this file.
Functions | |
Serializer * | serializer_impl_noop_new (void) |
Create a new noop serializer instance. |
Does not actually perform serialization, but instead just passes around a pointer to the message. As such, the original message needs to remain in memory while the "deserialized" message is used. This serializer is intended only for unit tests.
Definition in file serialization_impl_noop.h.