...

/

Introduction to Adapters and Serializers

Introduction to Adapters and Serializers

Learn about adapters and serializers and how they work.

We'll cover the following...

Adapters

The data persistence method in the backend data store is the responsibility of the adapters. The adapter configures the back-end host, URL format, and headers used to communicate with a REST API. Ember Data has a default adapter with a built-in configuration about how the REST API should look. We can make slight changes to the ...