Skip to content

Remove BinaryFormatter usage from System.Resources.Extensions #39292

@GrabYourPitchforks

Description

@GrabYourPitchforks

Ref:

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

No one assigned

    Labels

    area-System.Resourcesbinaryformatter-migrationIssues related to the removal of BinaryFormatter and migrations away from itenhancementProduct code improvement that does NOT require public API changes/additions

    Type

    No type

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions