Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 08-Lucid-ORM/06-Serialization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ toc::[]

*Serializers* provide clean abstractions to transform database results.

AdonisJs ships with the default link:https://github.com/adonisjs/adonis-lucid/blob/develop/src/Lucid/Serializers/Vanilla.js[Vanilla Serializer, window="_blank"], but you are free to create and use any serializer your application requires.
AdonisJs ships with the default link:https://github.com/adonisjs/adonis-lucid/blob/v6.1.3/src/Lucid/Serializers/Vanilla.js[Vanilla Serializer, window="_blank"], but you are free to create and use any serializer your application requires.

A common serializer usage is to format data as per the link:http://jsonapi.org/[JSON:API, window="_blank"] spec.

Expand Down