Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain what is converter in backbone.js?



Explain what is converter in backbone.js?..

Answer / 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

More Backbone.js Interview Questions

What is model.attributes ?

1 Answers  


How to access a models data from a view in backbone.js?

1 Answers  


What is the difference between the properties “id” and “cid” on a model object in backbone js?

1 Answers  


How do I fetch a single model in Backbone?

1 Answers  


Which is the latest stable version of backbone.js and what is its released date?

0 Answers  


What is a collection in backbone.js?

1 Answers  


Can you give an example of how to build a collection?

1 Answers  


What is backbone.js ?

1 Answers  


when do you require backbone.js?

1 Answers  


What is the function of escape ?

1 Answers  


Explain what is the function of parse?

1 Answers  


What is backbone.js models?

1 Answers  


Categories