Showing posts with label JsonSerializer. Show all posts
Showing posts with label JsonSerializer. Show all posts

JSON Date Format

When we pass formatted date through JSON the conversion won't to same as we required. So we need to use @JsonSerialize annotation to get out customized date format. Below example shows with and without...