Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 970 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 970 Bytes

Http Serializer Bundle Build Status Coverage Status

A Symfony Bundle for the Http Serializer library.

Configuration

geosocio_http_serializer:
    # Default format exceptions should be rendered in. This null by default.
    default_format: 'json'

Group Resolvers

You may tag services with either geosocio_http_serializer.request_group_resolver or geosocio_http_serializer.response_group_resolver to add the service as a Group Resolver. The service must implement GeoSocio\HttpSerializer\GroupResolver\RequestGroupResolverInterface or GeoSocio\HttpSerializer\GroupResolver\ResponseGroupResolverInterface respectively.