Invalidates the original serialization. Indicates that the serialization should be computed again, if requested.

Namespace:  PostSharp.CodeModel
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public Sub InvalidateSerialization
C#
public void InvalidateSerialization()
Visual C++
public:
void InvalidateSerialization()

Remarks

Use the current method if you change a value in the custom attribute.

See Also