Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentDataSerializer

    Serializes/Deserializes data to BTree data source for ContentData

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.PublishedCache.DataSource
    Assembly: Umbraco.PublishedCache.NuCache.dll
    Syntax
    public class ContentDataSerializer : ISerializer<ContentData>

    Constructors

    View Source

    ContentDataSerializer(IDictionaryOfPropertyDataSerializer)

    Declaration
    public ContentDataSerializer(IDictionaryOfPropertyDataSerializer dictionaryOfPropertyDataSerializer = null)
    Parameters
    Type Name Description
    IDictionaryOfPropertyDataSerializer dictionaryOfPropertyDataSerializer

    Methods

    View Source

    ReadFrom(Stream)

    Declaration
    public ContentData ReadFrom(Stream stream)
    Parameters
    Type Name Description
    Stream stream
    Returns
    Type Description
    ContentData
    View Source

    WriteTo(ContentData, Stream)

    Declaration
    public void WriteTo(ContentData value, Stream stream)
    Parameters
    Type Name Description
    ContentData value
    Stream stream
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentDataSerializer(IDictionaryOfPropertyDataSerializer)
    • Methods
      • ReadFrom(Stream)
      • WriteTo(ContentData, Stream)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX