Interface IJsonSerializerSettingsProvider
Interface for JSON serializer settings provider.
Namespace: Kephas.Serialization.Json
Assembly: Kephas.Serialization.Json.dll
Syntax
[SingletonAppServiceContract]
public interface IJsonSerializerSettingsProvider
Methods
| Improve this Doc View SourceGetJsonSerializerSettings()
Gets the JSON serializer settings.
Declaration
JsonSerializerSettings GetJsonSerializerSettings()
Returns
Type | Description |
---|---|
Newtonsoft.Json.JsonSerializerSettings | The JSON serializer settings. |