Matthias
Matthias

Reputation: 16209

PostSharp Serialization

Persistence of aspects between compile time and run time is achieved by serializing aspects ...

From PostSharp Documentation.

For my understanding, this is only important if I use the CompileTimeInitialize method in order to set certain values at compile time. I use this very rarely. I think just instantiating aspects would be much faster then deserializing them, isn't it? So wouldn't PostSharp more fast, if I had the option to skip the serialization process?

Upvotes: 1

Views: 670

Answers (1)

Related Questions