# DelegateCodecSelector Methods

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

## IsSupportedType(Type) {#issupportedtype-system-type-648d2cf5}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.serializers.delegatecodecselector/methods/issupportedtype-system-type-648d2cf5/)

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

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

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

### Parameters

- `type` (`Type`)
