Skip to content

alaugks/article-serializer-jackson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create a custom JsonSerializer und JsonDeserializer for Jackson to mapping values

https://dev.to/elevado/create-a-custom-jackson-jsonserializer-und-jsondeserializer-for-mapping-values-48h7

Article Series: Mapping FieldValueIDs for the payload of the Emarsys API

  • Create a custom Symfony Normalizer for mapping values (Article / Repository)
  • Create a custom JMS Serializer handler for mapping value (Article / Repository)
  • Create a custom Jackson JsonSerializer und JsonDeserializer for mapping values (Article)