# Serializer.GetSerializer

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.serializer/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.serializer/methods/)

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

```csharp
public Serializer<T> GetSerializer<T>()
```

Returns a serializer which is specialized to the provided type parameter.
