You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For non-SQL based datastores, the entity model may typically include Instant attributes. Builtin support for the (de)serialization of this standard types is desirable.
Expected Behavior
ELIDE should provide serialization support for these standard data types out-of-the-box
Current Behavior
ELIDE has to be explicitly set up to coerce these standard type to/from it's ISO8601 string representation "on the wire".
gmckerrell
changed the title
JAVA-8 Instant and OffsetDateTime are not (de)serialized "out of the box"
JAVA-8 Instant is not (de)serialized "out of the box"
Jul 6, 2020
gmckerrell
changed the title
JAVA-8 Instant is not (de)serialized "out of the box"java.time.Instant is not (de)serialized "out of the box"
Jul 6, 2020
gmckerrell
changed the title
java.time.Instant is not (de)serialized "out of the box"
java.time.Instant is not (de)serialized "out of the box"
Jul 6, 2020
For non-SQL based datastores, the entity model may typically include
Instant
attributes. Builtin support for the (de)serialization of this standard types is desirable.Expected Behavior
ELIDE should provide serialization support for these standard data types out-of-the-box
Current Behavior
ELIDE has to be explicitly set up to coerce these standard type to/from it's ISO8601 string representation "on the wire".
Possible Solution
Instant
Context
Using non-SQL datastore, and using JAVA-8 date/time types in the model.
Your Environment
The text was updated successfully, but these errors were encountered: