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
Added the execute(String,String) method to the WebService interface with a default implementation that drops the second parameter and calls execute(String).
Add a new
execute(String,String)
method where the second parameter is aMap
of parameter values.Having to serialize the
Data
objects to/from JSON to add a parameter is inefficient for very large objects.The text was updated successfully, but these errors were encountered: