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<ISerializer> CreateSerializer { get; set; }
Property Value
Type | Description |
---|---|
Func<ISerializer> |