This PR added stateful deserialization for subscriptions: #20
I'm doing services and actions with dynamic data, such that exact type is not yet known at compile time (it's user-defined in configuration).
Would be very nice to have the same thing for services and actions. I'd like to have Service::async_receive_response_seed function at least to go along with Service::async_receive_response.
Any pointers? If I were to implement it, where should I start?
This PR added stateful deserialization for subscriptions: #20
I'm doing services and actions with dynamic data, such that exact type is not yet known at compile time (it's user-defined in configuration).
Would be very nice to have the same thing for services and actions. I'd like to have
Service::async_receive_response_seedfunction at least to go along withService::async_receive_response.Any pointers? If I were to implement it, where should I start?