I need to deserialize/serialized this date to Joda
DateTime
with jackson. Is this a specific DateTime
format?
Asked
Active
Viewed 643 times
-5

user1745356
- 4,462
- 7
- 42
- 70
1 Answers
0
This is the standard ISO 8601 date time format. JodaTime should be perfectly capable of handling this particular date format through the use of DateTimeFormat
.