pub fn generate_message_deser(
message_type: &str,
config: &HandlerCodegenConfig,
) -> StringExpand description
Generate message deserialization code.
This generates code to cast the input buffer pointer to the message type.
pub fn generate_message_deser(
message_type: &str,
config: &HandlerCodegenConfig,
) -> StringGenerate message deserialization code.
This generates code to cast the input buffer pointer to the message type.