Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fb80f30

Browse filesBrowse files
authored
Update serializer.rst
1 parent f79df78 commit fb80f30
Copy full SHA for fb80f30

File tree

Expand file treeCollapse file tree

1 file changed

+18
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+18
-3
lines changed

‎serializer.rst

Copy file name to clipboardExpand all lines: serializer.rst
+18-3Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,19 @@ value:
202202
Going Further with the Serializer
203203
---------------------------------
204204

205-
`ApiPlatform`_ provides an API system supporting `JSON-LD`_ and `Hydra Core Vocabulary`_
206-
hypermedia formats. It is built on top of the Symfony Framework and its Serializer
205+
`API Platform`_ provides an API system supporting the following formats:
206+
207+
* `JSON-LD`_ along with the `Hydra Core Vocabulary`_
208+
* `OpenAPI`_ v2 (formerly Swagger) and v3
209+
* `GraphQL`_
210+
* `JSON:API`_
211+
* `HAL`_
212+
* JSON
213+
* XML
214+
* YAML
215+
* CSV
216+
217+
It is built on top of the Symfony Framework and its Serializer
207218
component. It provides custom normalizers and a custom encoder, custom metadata
208219
and a caching system.
209220

@@ -218,7 +229,11 @@ take a look at how this bundle works.
218229
serializer/custom_normalizer
219230

220231
.. _`APCu`: https://github.com/krakjoe/apcu
221-
.. _`ApiPlatform`: https://github.com/api-platform/core
232+
.. _`API Platform`: https://api-platform.com
222233
.. _`JSON-LD`: http://json-ld.org
223234
.. _`Hydra Core Vocabulary`: http://hydra-cg.com
235+
.. _`OpenAPI`: https://www.openapis.org
236+
.. _`GraphQL`: https://graphql.org
237+
.. _`JSON:API`: https://jsonapi.org
238+
.. _`HAL`: http://stateless.co/hal_specification.html
224239
.. _`Data URIs`: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.