#ifndef __DESERIALIZE_H__ #define __DESERIALIZE_H__ #include void deserialize_Layer(const uint8_t *data, uint8_t targetLayer); #endif