Edit

Share via


SerializerAttribute(Type) Constructor

Definition

Initializes a new instance of the SerializerAttribute class.

public SerializerAttribute (Type targetType);
new Orleans.CodeGeneration.SerializerAttribute : Type -> Orleans.CodeGeneration.SerializerAttribute
Public Sub New (targetType As Type)

Parameters

targetType
Type

The type that this implementation can serialize.

Applies to