EnableKeyedSerializerAttribute Class

Definition

Allows a type to specify the serializer type to use for this class in the event that no other serializer claims responsibility.

C#
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class EnableKeyedSerializerAttribute : Attribute
Inheritance
EnableKeyedSerializerAttribute
Attributes

Constructors

Properties

SerializerType

The serializer type to use for this class in the event that no other serializer claims responsibility.

Applies to

Product Versions
.NET Orleans 3.6.0