|  | 
| void | deserialize (Stream &stream, boost::array< T, N > &t) | 
|  | 
| void | deserialize (Stream &stream, std::vector< T, ContainerAllocator > &t) | 
|  | 
| void | deserialize (Stream &stream, T &t) | 
|  | 
| void | deserializeMessage (const SerializedMessage &m, M &message) | 
|  | 
| uint32_t | serializationLength (const boost::array< T, N > &t) | 
|  | 
| uint32_t | serializationLength (const std::vector< T, ContainerAllocator > &t) | 
|  | 
| uint32_t ROS_SERIALIZATION_GCC_9_3_DISABLE_VECTORIZE | serializationLength (const T &t) | 
|  | 
| void | serialize (Stream &stream, const boost::array< T, N > &t) | 
|  | 
| void | serialize (Stream &stream, const std::vector< T, ContainerAllocator > &t) | 
|  | 
| void | serialize (Stream &stream, const T &t) | 
|  | 
| SerializedMessage | serializeMessage (const M &message) | 
|  | 
| SerializedMessage | serializeServiceResponse (bool ok, const M &message) | 
|  | 
| ROSCPP_SERIALIZATION_DECL void | throwStreamOverrun () | 
|  |