Closed slozier closed 4 months ago
Adds .NET 8.0 target.
Since BinaryFormatter now throws an exception (see https://learn.microsoft.com/en-us/dotnet/core/compatibility/serialization/8.0/binaryformatter-disabled) this removes FEATURE_SERIALIZATION feature symbol from the target. Added __getnewargs__ extensions to primitive types to allow some serialization via pickle.
BinaryFormatter
FEATURE_SERIALIZATION
__getnewargs__
pickle
Adds .NET 8.0 target.
Since
BinaryFormatter
now throws an exception (see https://learn.microsoft.com/en-us/dotnet/core/compatibility/serialization/8.0/binaryformatter-disabled) this removesFEATURE_SERIALIZATION
feature symbol from the target. Added__getnewargs__
extensions to primitive types to allow some serialization viapickle
.