.. _program_listing_file_components_Util_src_Serialization.h: Program Listing for File Serialization.h ======================================== |exhale_lsh| :ref:`Return to documentation for file ` (``components/Util/src/Serialization.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #include "esp_err.h" #include #include #include #include #ifndef UTIL_SERILIZATION_H #define UTIL_SERILIZATION_H namespace util { esp_err_t encode(uint8_t* payload, std::uint8_t* encode, size_t buf_size); esp_err_t decode(uint8_t* encode, char* decodeData); } // namespace util #endif // UTIL_SERILIZATION_L