View Source
Class ContentDataSerializer
Serializes/Deserializes data to BTree data source for ContentData
Inheritance
System.Object
Assembly: Umbraco.PublishedCache.NuCache.dll
Syntax
public class ContentDataSerializer : ISerializer<ContentData>
Constructors
View Source
ContentDataSerializer(IDictionaryOfPropertyDataSerializer)
Declaration
public ContentDataSerializer(IDictionaryOfPropertyDataSerializer dictionaryOfPropertyDataSerializer = null)
Parameters
Methods
View Source
ReadFrom(Stream)
Declaration
public ContentData ReadFrom(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Returns
View Source
WriteTo(ContentData, Stream)
Declaration
public void WriteTo(ContentData value, Stream stream)
Parameters