Skip to content

builtin mappers for Instant's #280

@ErwinOlie

Description

@ErwinOlie

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions