diff --git a/components/serializer.rst b/components/serializer.rst index 81707bc5a05..7b5c7af5ca0 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -639,8 +639,8 @@ If you are using isser methods (methods prefixed by ``is``, like ``App\Model\Person::isSportsperson()``), the Serializer component will automatically detect and use it to serialize related attributes. -The ``ObjectNormalizer`` also takes care of methods starting with ``has``, ``add`` -and ``remove``. +The ``ObjectNormalizer`` also takes care of methods starting with ``has`` and +``get``. Using Callbacks to Serialize Properties with Object Instances -------------------------------------------------------------