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
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.