I have a very simple question regarding JSON parsing. My JSON has a find with name creation and value, for example, 1456923693921, it's timestamp. How to configure Gson to parse it into Date field. Currently I have an error: java.text.ParseException: Unparseable date: 1456923693921. Thanks in advance!
Asked
Active
Viewed 378 times