Table of Contents

Property Serializer

Namespace
Scaleout.Client
Assembly
Scaleout.Client.dll

Serializer

Gets the method used to serialize objects in the cache.

public Func<TValue, Stream, int> Serializer { get; }

Property Value

Func<TValue, Stream, int>