00001 00014 #ifndef SERIALIZATION_IMPL_FLAT_H_ 00015 #define SERIALIZATION_IMPL_FLAT_H_ 00016 00017 #include "messaging/serialization.h" 00018 00019 #ifdef __cplusplus 00020 extern "C" { 00021 #endif 00022 00024 Serializer * serializer_impl_flat_new(void); 00025 00026 #ifdef __cplusplus 00027 } 00028 #endif 00029 00030 #endif /* SERIALIZATION_IMPL_FLAT_H_ */