Should I use Form
component or Serializer
component to bind request data to domain object for a RESTful API project?
I feel that Form
is difficult to customize and not naturally fit with RESTful.
Some guys use Serializer
for object binding instead of Form. Eg: http://www.slideshare.net/dlondero/rest-in-practiceenglish