View Source
Interface IDictionaryOfPropertyDataSerializer
Assembly: Umbraco.PublishedCache.NuCache.dll
Syntax
public interface IDictionaryOfPropertyDataSerializer
Methods
View Source
ReadFrom(Stream)
Declaration
IDictionary<string, PropertyData[]> ReadFrom(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Returns
View Source
WriteTo(IDictionary<String, PropertyData[]>, Stream)
Declaration
void WriteTo(IDictionary<string, PropertyData[]> value, Stream stream)
Parameters
Type |
Name |
Description |
IDictionary<System.String, PropertyData[]> |
value |
|
Stream |
stream |
|