From 64147d8ba4e1d0f7df916ac688f69e4b1ef29910 Mon Sep 17 00:00:00 2001 From: Saidou GUEYE Date: Fri, 10 Nov 2017 10:27:55 -0500 Subject: [PATCH] Update serializer.rst --- components/serializer.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/serializer.rst b/components/serializer.rst index 57302a94d2c..f4e45bb2c36 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -21,9 +21,8 @@ the middle. This way, Encoders will only deal with turning specific **formats** into **arrays** and vice versa. The same way, Normalizers will deal with turning specific **objects** into **arrays** and vice versa. -Serialization is a complicated topic, and while this component may not work -in all cases, it can be a useful tool while developing tools to serialize -and deserialize your objects. +Serialization is a complex topic. This component may not cover all your use cases out of the box, +but it can be useful for developing tools to serialize and deserialize your objects. Installation ------------