Skip to content

Instantly share code, notes, and snippets.

@jetsuit
Created December 16, 2016 17:23
Show Gist options
  • Save jetsuit/c2e988f20597ba03b1132f0ac54108a5 to your computer and use it in GitHub Desktop.
Save jetsuit/c2e988f20597ba03b1132f0ac54108a5 to your computer and use it in GitHub Desktop.
jms_serializer.naming_strategy_camelCase:
class: 'JMS\Serializer\Naming\IdenticalPropertyNamingStrategy'
jms_serializer.naming_strategy:
class: 'JMS\Serializer\Naming\SerializedNameAnnotationStrategy'
arguments : ['@jms_serializer.naming_strategy_camelCase']
@jetsuit
Copy link
Author

jetsuit commented Jan 6, 2017

Jms seralization camel case with annotations support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment