File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44How to Create your Custom Encoder
55=================================
66
7- The :doc: `Serializer Component </components/serializer/index >` uses Normalizers
7+ The :doc: `Serializer Component </components/serializer >` uses Normalizers
88to transform any data to an array that can be then converted in whatever
99data-structured language you want thanks to Encoders.
1010
1111The Component provides several built-in encoders that are described
12- :doc: `in their own section </components/ serializer/encoders >` but you may want
12+ :doc: `in their own section </serializer/encoders >` but you may want
1313to use another language not supported.
1414
1515Creating a new encoder
1616----------------------
1717
1818Imagine you want to serialize and deserialize Yaml. For that you'll have to
1919create your own encoder that may use the
20- :doc: `Yaml Component </components/yaml/index >`::
20+ :doc: `Yaml Component </components/yaml >`::
2121
2222 namespace AppBundle\Encoder;
2323
You can’t perform that action at this time.
0 commit comments