vkhorikov / CSharpFunctionalExtensions

Functional extensions for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serialization

TSDilov opened this issue · comments

While the struct is marked as serializable, consider evaluating the serialization behavior and ensuring compatibility with various serialization frameworks and scenarios.

Usually you don't have to serialize Results as you do not serialize Tasks or delegates, because more like an infrastructure type, not a data type. But you can take a look at serialization support for System.Text.Json if you need it.

Could you please explain your case in more detail? Which scenario do you have, which library/format do you use?

Thank you about the comment I think there is no more discussion needed.