Imagine the following request:
@POST(\"/recipes/create\") void createRecipe(@Query(\"recipe\") Recipe recipe, Callback callback);
You can use retrofit.RestAdapter.Builder().setConverter(...) to pass a custom json converter.