Skip to content

Commit 373875f

Browse files
committed
updating README to support the new implementation
1 parent 704927c commit 373875f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44

55
ActiveModel::Serializer brings convention over configuration to your JSON generation.
66

7-
AMS does this through tree components: **serializers**, **deserializers** and **adapters**.
8-
Serializers describe _which_ attributes and relationships should be serialized.
9-
Adapters describe _how_ attributes and relationships should be serialized.
10-
Deserializers that uses the Adapter and Serializers to convert the JSON inputs into something ```ActiveRecord``` understands.
7+
AMS does this through tree components: **serializers** and **adapters**.
8+
Serializers describe _which_ attributes and relationships should be serialized and deserialized.
9+
Adapters describe _how_ attributes and relationships should be serialized and deserialized.
1110

1211
By default AMS will use the **Flatten Json Adapter**. But we strongly advise you to use **JsonApi Adapter** that follows 1.0 of the format specified in [jsonapi.org/format](http://jsonapi.org/format).
1312
Check how to change the adapter in the sections bellow.

0 commit comments

Comments
 (0)