namespace Umbraco.Cms.Core.Serialization; /// /// Provides functionality to serialize objects or value types to JSON and to deserialize JSON into objects or value types, used for data type configuration. /// public interface IConfigurationEditorJsonSerializer : IJsonSerializer { }