Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Jason-Malan opened this issue Mar 17, 2023 · 0 comments

Comments

@Jason-Malan
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant