# ICopierSelector Methods

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

## IsSupportedType(Type) {#issupportedtype-system-type-19f5a01d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.serializers.icopierselector/methods/issupportedtype-system-type-19f5a01d/)

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

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

### Parameters

- `type` (`Type`)
