Skip to content

DateTimeSerializer does not respect SerializationFeature WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS #54

Open
@zkiss

Description

@zkiss

Serialization feature WRITE_DATE_TIMESTAMPS_AS_NANOSECONDS is enabled by default in Jackson. Joda does not have nano precision. The solution to this should be an optional multiplication by 1000 when necessary when serializing (and deserializing) as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions