Table of Contents

Property Deserializer

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Deserializer

Gets the method used to deserialize objects in the cache.

public Func<Stream, (TValue, int)> Deserializer { get; }

Property Value

Func<Stream, (TValue, int)>