Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDictionaryOfPropertyDataSerializer

    Namespace: Umbraco.Cms.Infrastructure.PublishedCache.DataSource
    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
    Type Description
    IDictionary<System.String, PropertyData[]>
    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
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ReadFrom(Stream)
      • WriteTo(IDictionary<String, PropertyData[]>, Stream)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX