Represents the type of a serialized value.

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

Syntax

Visual Basic (Declaration)
Public MustInherit Class SerializationType
C#
public abstract class SerializationType
Visual C++
public ref class SerializationType abstract

Remarks

Implementations of this abstract type are present in the PostSharp.CodeModel.SerializationTypes namespace.

Note that this type and its implementation only represent intrinsic serialization types and arrays. Compound types are not covered.

Inheritance Hierarchy

See Also