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
There should be an easier way to register custom actions with GSON. Right now this happens in a static method within ActionTypeAdapter so the only possibility I have is to copy that method and customize it. Moving this initialization to for example DiagramServerEndpoint could make registering new actions easier by providing an overridable method.
The text was updated successfully, but these errors were encountered:
There should be an easier way to register custom actions with GSON. Right now this happens in a static method within
ActionTypeAdapter
so the only possibility I have is to copy that method and customize it. Moving this initialization to for exampleDiagramServerEndpoint
could make registering new actions easier by providing an overridable method.The text was updated successfully, but these errors were encountered: