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 @@ -181,15 +181,15 @@ method on the normalizer definition::
181181As a final result, the deserializer uses the ``first_name `` attribute as if
182182it were ``firstName `` and uses the ``getFirstName `` and ``setFirstName `` methods.
183183
184- Using Callbacks to Serialize Properties With Object Instances
184+ Using Callbacks to Serialize Properties with Object Instances
185185-------------------------------------------------------------
186186
187- When serializing you can set a callback to format a specific object property.
187+ When serializing, you can set a callback to format a specific object property::
188188
189+ use Acme\Person;
189190 use Symfony\Component\Serializer\Encoder\JsonEncoder;
190191 use Symfony\Component\Serializer\Normalizer\GetSetMethodNormalizer;
191192 use Symfony\Component\Serializer\Serializer;
192- use Acme\P erson;
193193
194194 $encoder = new JsonEncoder();
195195 $normalizer = new GetSetMethodNormalizer();
You can’t perform that action at this time.
0 commit comments