CslaGeneratorSerialization
January 10, 2026 ยท View on GitHub
A custom CSLA serializer using C# source generators.
Getting Started
Reference the CslaGeneratorSerialization NuGet package. You also need to reference CSLA as well, though if you're using this generator, you are probably already referencing CSLA. Furthermore, this package only works with CSLA version 10 and above.
Prerequisites
The CslaGeneratorSerialization package targets .NET Standard 2.0, though the code it emits is not limited to .NET Standard 2.0.
Usage
Please read the Overview document for information on how to use this library.
Additional Documentation
Feedback
If you run into any issues, please add them here.