Makes types in the System.Numerics namespace serializable #7747
-
Make types in the System.Numerics namespace serializable. Currently, In order to serialize these data, we have to redefine their equivalent types and frequently convert objects between the two types. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think this should be requested at https://github.com/dotnet/runtime/issues/ |
Beta Was this translation helpful? Give feedback.
-
The runtime stopped making new types serializable because of the obsoletion of As an alternative you can use 3rd party libraries. For example, this serializer from this library (disclaimer: written by me) supports the mentioned types from the |
Beta Was this translation helpful? Give feedback.
I think this should be requested at https://github.com/dotnet/runtime/issues/