Skip to content
Discussion options

You must be logged in to vote

My guess is that you need to look into the nullable DateTime field. It may be that the serialization has changed to MobileFormatter from BinaryFormatter. MobileFormatter will only be able to format primitive types. It may be that a nullable type is seen as an object and not as a DateTime.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by HeSitates
Comment options

You must be logged in to vote
1 reply
@HeSitates
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3270 on March 18, 2023 21:59.