Currently when we implement custom serializers we have to figure out what function the message is for from the message itself. In my code I have to include the function's name as a property inside the message. It would be helpful if the function's name can be provided as a parameter to the serialize/deserialize function.
I can do a pull request if you like. Let me know how you think.
Currently when we implement custom serializers we have to figure out what function the message is for from the message itself. In my code I have to include the function's name as a property inside the message. It would be helpful if the function's name can be provided as a parameter to the serialize/deserialize function.
I can do a pull request if you like. Let me know how you think.