Table of Contents

Interface ISitecoreLayoutSerializer

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Serialization
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Contract that supports serialization for the Sitecore layout service.

public interface ISitecoreLayoutSerializer

Methods

Deserialize(string)

Deserializes the given data to a SitecoreLayoutResponseContent.

SitecoreLayoutResponseContent? Deserialize(string data)

Parameters

data string

The data to deserialize.

Returns

SitecoreLayoutResponseContent

The deserialized SitecoreLayoutResponseContent.