Skip to content

SuppressReferenceTrackingAttribute

class

Namespace: Orleans

When applied to a type, indicates that generated serializers for the type should not track references to the type.
public sealed class SuppressReferenceTrackingAttribute : Attribute

Remarks

Reference tracking allows a serializable type to participate in a cyclic object graph.

Constructors