Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 259 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 259 Bytes

CustomSerializerDeserializer

Implementation of Custom Serializer and Deserializer using jackson library.

This Example serializes and deserializes a date field using custom implementation for the same while converting json string to Object and vice-versa.