The rest of the internals. 🥳

This commit is contained in:
Lars-Erik
2021-07-20 17:34:19 +02:00
parent 053f1b2795
commit 37066bb0e1
4 changed files with 6 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ using System.IO;
namespace Umbraco.Cms.Infrastructure.PublishedCache.DataSource
{
internal interface IDictionaryOfPropertyDataSerializer
public interface IDictionaryOfPropertyDataSerializer
{
IDictionary<string, PropertyData[]> ReadFrom(Stream stream);
void WriteTo(IDictionary<string, PropertyData[]> value, Stream stream);