Ryan--
You received this message because you are subscribed to the Google Groups "Volley Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to volley-users...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Since I'm using Gson throughout my project anyway, I thought I'd try to create a GsonObjectRequest equivalent (pass in an object to be part of your POST/PUT body, have Gson serialise it, Volley handle it, and then have the request itself parse out the response object.) Have I missed anything in doing so?
--