# SuppressReferenceTrackingAttribute

Package: [Microsoft.Orleans.Serialization.Abstractions](/orleans/docs/api/csharp/microsoft.orleans.serialization.abstractions/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Serialization.Abstractions)

```csharp
public sealed class SuppressReferenceTrackingAttribute : Attribute
```

When applied to a type, indicates that generated serializers for the type should not track references to the type.

## Remarks

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

## Constructors

- [SuppressReferenceTrackingAttribute](/orleans/docs/api/csharp/microsoft.orleans.serialization.abstractions/orleans.suppressreferencetrackingattribute/constructors/constructor-66ebd3b7/)
