Skip to content

Commit 756b31a

Browse files
doc: Changed jms/serializer with symfony/serializer
1 parent 7c5ff08 commit 756b31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ everyDummySayHello($walker);
216216

217217
## Serialization groups
218218

219-
Any walker interface can be serialized with *jms/serializer* since they extends `AbstractWalker` class.
219+
Any walker interface can be serialized with *symfony/serializer* since they extends `AbstractWalker` class.
220220
You should add serialization groups to ensure you do not fall into an infinite loop:
221221

222222
- `walker`: serializes flat members with no recursion

0 commit comments

Comments
 (0)