Skip to content

Commit

Permalink
Add documentation note on how to skip your custom handler
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvandevijver committed Jul 12, 2020
1 parent 6de400a commit 6e9c51e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,8 @@ Also, this type of handler is registered via the builder object::
})
;

Skippable Subscribing Handlers
-------------------------------

In case you need to be able to fall back to the default deserialization behavior instead of using your custom
handler, you can simply throw a `SkipHandlerException` from you custom handler method to do so::

0 comments on commit 6e9c51e

Please sign in to comment.