Searched refs:msg_serialize (Results 1 – 4 of 4) sorted by relevance
35 let msg_serialize = SerializeDescriptors::new(&tube_send); in test_serialize_tube_new() localVariable36 let serialized = serde_json::to_vec(&msg_serialize).unwrap(); in test_serialize_tube_new()37 let msg_descriptors = msg_serialize.into_descriptors(); in test_serialize_tube_new()
81 let msg_serialize = SerializeDescriptors::new(&msg); in send() localVariable82 let msg_json = serde_json::to_vec(&msg_serialize).map_err(Error::Json)?; in send()83 let msg_descriptors = msg_serialize.into_descriptors(); in send()
122 let msg_serialize = SerializeDescriptors::new(&tube_send); in test_serialize_tube_pair() localVariable123 let serialized = serde_json::to_vec(&msg_serialize).unwrap(); in test_serialize_tube_pair()124 let msg_descriptors = msg_serialize.into_descriptors(); in test_serialize_tube_pair()
215 let msg_serialize = SerializeDescriptors::new(&msg); in serialize_and_send() localVariable216 let msg_json = serde_json::to_vec(&msg_serialize).map_err(Error::Json)?; in serialize_and_send()217 let msg_descriptors = msg_serialize.into_descriptors(); in serialize_and_send()