fix(serialization): Remove legacy BinaryFormatter support #6

Merged
bermudalamb merged 1 commits from fix/sonarqube-duplicate-lines into main 2026-05-20 17:45:37 -05:00
1 Commits
Author SHA1 Message Date
Thom Lamb 2d9148547f fix(serialization): Remove legacy BinaryFormatter support
SonarQube Analysis / sonarqube (pull_request) Successful in 4m42s
The `[Serializable]` attribute and corresponding `[OnDeserialized]` methods have been removed from various breakdown classes. This eliminates reliance on `BinaryFormatter`, which is a deprecated and insecure serialization mechanism in modern .NET.

This change also resolves SonarQube rule S5766 warnings by removing the context in which they apply, leading to cleaner and more secure code.
2026-05-20 17:44:21 -05:00