# Copier_GrainState&lt;T&gt;

Package: [Microsoft.Orleans.Core](/orleans/docs/api/csharp/microsoft.orleans.core/) 10.0.0

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

```csharp
public sealed class Copier_GrainState<T> : IDeepCopier, IDeepCopier<GrainState<T>>
```

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## Constructors

- [Copier_GrainState&lt;T&gt;(ICodecProvider)](/orleans/docs/api/csharp/microsoft.orleans.core/orleanscodegen.orleans.copier-grainstate-1/constructors/constructor-orleans-serialization-serializers-icodecprovider-0e95a582/)

## Methods

- [DeepCopy(GrainState&lt;T&gt;, CopyContext)](/orleans/docs/api/csharp/microsoft.orleans.core/orleanscodegen.orleans.copier-grainstate-1/methods/deepcopy-orleans-grainstate-t-orleans-serialization-cloning-copycontext-f5874b25/)
