Interface IJsonSerializerConfigurator
Interface for JSON serializer configurator.
Namespace: Kephas.Serialization.ServiceStack.Text
Assembly: Kephas.Serialization.ServiceStack.Text.dll
Syntax
[SingletonAppServiceContract]
public interface IJsonSerializerConfigurator
Methods
| Improve this Doc View SourceConfigureJsonSerialization(Boolean)
Configures the JSON serialization.
Declaration
bool ConfigureJsonSerialization(bool overwrite = false)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | overwrite | True to overwrite the configuration, false to preserve it (optional). |
Returns
Type | Description |
---|---|
System.Boolean | True if the configuration was changed, false otherwise. |