CreateSerializer
Gets or sets a function that creates the serializer used to serialize objects into byte arrays (and conversely).
The default value is null
, which means that JsonCachingSerializer will be used.
Declaration
public Func<ICachingSerializer>? CreateSerializer { get; init; }
Property Value
Type | Description |
---|---|
Func<ICachingSerializer> |