-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
there are no builtin mappers between java/kotlin/kotlinx mappers yet
Describe the solution you'd like
builtin mappers for
kotlinx.datetime.Instant --> java.time.Instant
java.time.Instant --> kotlinx.datetime.Instant
kotlinx.datetime.Instant--> kotlin.time.Instant
java.time.Instant --> kotlin.time.Instant
note that mapping from kotlin.time.Instant would not be safe, since it can be either epoch-based (safe) or monotonic based (unsafe)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request