To accommodate several use cases (Automate, MERF, anything without the sdk) we need a mechanism to pass through and act on raw json inputs. The initial plan is to have a flag in the submission request to specify a serialization mechanism to use and have the web service append it to the task_header. The serializer will then use this to guide deserializtion and again when serializing the outputs.
To accommodate several use cases (Automate, MERF, anything without the sdk) we need a mechanism to pass through and act on raw json inputs. The initial plan is to have a flag in the submission request to specify a serialization mechanism to use and have the web service append it to the task_header. The serializer will then use this to guide deserializtion and again when serializing the outputs.