Skip to content

Deserialization of JSON object stored as string fails due to date format.  #246

@Jason-Malan

Description

@Jason-Malan

I've got a object that has a string property that is actually just serialized json.
It seems that when this object gets rehydrated the Deserializer tries to parse it into a date if a date is specified in the string with the format of 2023-03-17T10:46:56.723Z.

For now we are just storing dates without the time part but would like to be able to store it as the above and not have the deserializer treat our string as a date since its actually a JSON object, it just happens to have a date in said format within it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions