Gets the CustomSerializer<T> used to serialize and deserialize values.
Custom serializers can be assigned to the NamedMap<TKey, TValue> via the
NamedMap<TKey, TValue> (String, CustomSerializer<TKey> , CustomSerializer<TValue> )
public constructor.
Namespace: Soss.Client.Concurrent
Assembly: soss_namedcache (in soss_namedcache.dll) Version: 6.2.0.0
Syntax
Property Value
Type: CustomSerializer<TValue>See Also