File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ It is also possible to serialize only a set of specific attributes::
401
401
{
402
402
public string $familyName;
403
403
public string $givenName;
404
- public string $company;
404
+ public Company $company;
405
405
}
406
406
407
407
class Company
@@ -427,7 +427,7 @@ It is also possible to serialize only a set of specific attributes::
427
427
Only attributes that are not ignored (see below) are available.
428
428
If some serialization groups are set, only attributes allowed by those groups can be used.
429
429
430
- As for groups, attributes can be selected during both the serialization and deserialization process .
430
+ As for groups, attributes can be selected during both the serialization and deserialization processes .
431
431
432
432
.. _serializer_ignoring-attributes :
433
433
You can’t perform that action at this time.
0 commit comments