Package | Description |
---|---|
org.safs |
Modifier and Type | Class and Description |
---|---|
static class |
Utils.LongDateJsonDeserializer
A custom
JsonDeserializer to parse a long value to Date.If we create it with an other JsonDeserializer, then it will also try to parse the date with that JsonDeserializer. For example: JsonDeserializer<Date> dateDesrializer = new Utils.LongDateJsonDeserializer (new Utils.DefaultDateJsonDeserializer ()); |
Copyright © SAS Institute. All Rights Reserved.