Browse Source

Update doc/event_system.rst

Johannes 12 years ago
parent
commit
a421d0adfd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/event_system.rst

+ 2 - 1
doc/event_system.rst

@@ -62,6 +62,7 @@ objects such as links.
 serializer.post_deserialize
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 This is dispatched after a type is processed. You can use it to normalize
-submitted data if you require external services for example.
+submitted data if you require external services for example, or also to
+perform validation of the submitted data.
 
 **Event Object**: ``JMS\Serializer\EventDispatcher\Event``