Trimming the data from a `<form>` with `<inputs>` is a basic operation. Would it make sense for the `serialize` method to support it directly? ` var data = Backbone.Syphon.serialize(this, { trim: true }); ` I can make a PR for this.