Answer Posted / Narendra Pratap Singh
In Backbone, a Converter is an object or function used to convert data between its native format and JSON for the purpose of serialization/deserialization when syncing with the server. By default, Backbone uses JSON.stringify() and JSON.parse() as the converter, but you can customize this behavior by setting the `toJSON` and `parse` options in the model or collection.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers