# DelegateCopierSelector Methods

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.serializers.delegatecopierselector/)

## IsSupportedType(Type) {#issupportedtype-system-type-34a69917}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.serializers.delegatecopierselector/methods/issupportedtype-system-type-34a69917/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Serializers/ICodecSelector.cs#L59)

```csharp
public bool IsSupportedType(Type type)
```

Returns true if the specified copier should be used for this type.

### Parameters

- `type` (`Type`)
