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