# Copier_GrainStateWithMetaData&lt;TView&gt;

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

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

```csharp
public sealed class Copier_GrainStateWithMetaData<TView> : IDeepCopier, IDeepCopier<GrainStateWithMetaData<TView>>
    where TView : class, new()
```

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_GrainStateWithMetaData&lt;TView&gt;(ICodecProvider)](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleanscodegen.orleans.eventsourcing.statestorage.copier-grainstatewithmetadata-1/constructors/constructor-orleans-serialization-serializers-icodecprovider-9948c1b7/)

## Methods

- [DeepCopy(GrainStateWithMetaData&lt;TView&gt;, CopyContext)](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleanscodegen.orleans.eventsourcing.statestorage.copier-grainstatewithmetadata-1/methods/deepcopy-orleans-eventsourcing-statestorage-grainstatewithmetadata-tview-orleans-eab4f269/)
