-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-System.Resourcesbinaryformatter-migrationIssues related to the removal of BinaryFormatter and migrations away from itIssues related to the removal of BinaryFormatter and migrations away from itenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
Milestone
Description
Ref:
Lines 37 to 48 in af828ae
private object ReadBinaryFormattedObject() | |
{ | |
if (_formatter == null) | |
{ | |
_formatter = new BinaryFormatter() | |
{ | |
Binder = new UndoTruncatedTypeNameSerializationBinder() | |
}; | |
} | |
return _formatter.Deserialize(_store.BaseStream); | |
} |
This issue tracks the removal and replacement of this code per the BinaryFormatter
obsoletion plan.
Metadata
Metadata
Assignees
Labels
area-System.Resourcesbinaryformatter-migrationIssues related to the removal of BinaryFormatter and migrations away from itIssues related to the removal of BinaryFormatter and migrations away from itenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions