Join Slack
Powered by
Hi, is there any out-of-box rfc3339 (<https://www....
# klaxon
y
yurik
11/23/2018, 12:11 PM
Hi, is there any out-of-box rfc3339 (
https://www.ietf.org/rfc/rfc3339.txt
) dates support in Klaxon now? I mean when I’m doing so:
Copy code
@Json(name = "expiration_date") val expirationDate: Date,
will it create
Date
object from all string representation cases in rfc3339 ?
7
Views
Open in Slack
Previous
Next