![]() |
CppSerdes
1.0
A serialization/deserialization library designed with embedded systems in mind
|
This example demonstrates a serializing and deserializing a dynamically sized array by looking for a special reserved value marking the end of the array, called a "delimiter". The typical use case is for null terminated strings, though any type/value pair could be used.