You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: