# Codec_SortedSetSurrogate&lt;T&gt;

Package: [Microsoft.Orleans.Serialization](/orleans/docs/api/csharp/microsoft.orleans.serialization/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Serialization)

```csharp
public sealed class Codec_SortedSetSurrogate<T> : IFieldCodec, IFieldCodec<SortedSetSurrogate<T>>, IValueSerializer, IValueSerializer<SortedSetSurrogate<T>>
```

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

## Constructors

- [Codec_SortedSetSurrogate&lt;T&gt;(ICodecProvider)](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleanscodegen.orleans.serialization.codecs.codec-sortedsetsurrogate-1/constructors/constructor-orleans-serialization-serializers-icodecprovider-a0f0c240/)

## Methods

- [Deserialize(Reader&lt;TReaderInput&gt;, SortedSetSurrogate&lt;T&gt;)](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleanscodegen.orleans.serialization.codecs.codec-sortedsetsurrogate-1/methods/deserialize-1-ref-orleans-serialization-buffers-reader-treaderinput-ref-orleans-953a7f50/)
- [ReadValue(Reader&lt;TReaderInput&gt;, Field)](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleanscodegen.orleans.serialization.codecs.codec-sortedsetsurrogate-1/methods/readvalue-1-ref-orleans-serialization-buffers-reader-treaderinput-orleans-serial-d87d990c/)
- [Serialize(Writer&lt;TBufferWriter&gt;, SortedSetSurrogate&lt;T&gt;)](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleanscodegen.orleans.serialization.codecs.codec-sortedsetsurrogate-1/methods/serialize-1-ref-orleans-serialization-buffers-writer-tbufferwriter-ref-orleans-s-6464b21b/)
- [WriteField(Writer&lt;TBufferWriter&gt;, uint, Type, SortedSetSurrogate&lt;T&gt;)](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleanscodegen.orleans.serialization.codecs.codec-sortedsetsurrogate-1/methods/writefield-1-ref-orleans-serialization-buffers-writer-tbufferwriter-uint-system-6b4342ea/)
