# GenerateMethodSerializersAttribute.ProxyBase

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization.abstractions/orleans.generatemethodserializersattribute/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.serialization.abstractions/orleans.generatemethodserializersattribute/properties/)

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

```csharp
public Type ProxyBase
```

Gets the base type which the source generator will use for generated proxy classes.

### Value

The proxy base type.
