Skip to content

Remove requirement for Serializable attribute #3687

Closed
@rockfordlhotka

Description

Microsoft is removing support for BinaryFormatter in .NET 9, and presumably this means they might remove the SerializableAttribute type.

dotnet/runtime#98245

CSLA never really used this, but does require it as a vestige of when we used to support BinaryFormatter.

CSLA should no longer require the use of the Serializable attribute for serializable types.

Metadata

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions