You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All types of messages traverse all fields through their respective loop_all_fields methods. By combining the two methods ten_raw_msg_put_one_field_to_json and ten_raw_msg_get_one_field_from_json, JSON serialization and deserialization can be achieved. Therefore, these two methods cannot be removed.
TEN_RUNTIME_PRIVATE_API bool ten_raw_msg_get_one_field_from_json(
ten_msg_t *self, ten_msg_field_process_data_t *field, void *user_data,
ten_error_t *err);
TEN_RUNTIME_PRIVATE_API bool ten_raw_msg_put_one_field_to_json(
ten_msg_t *self, ten_msg_field_process_data_t *field, void *user_data,
ten_error_t *err);
The text was updated successfully, but these errors were encountered: