Interface ISitecoreLayoutSerializer

Version: 21.x

Contract that supports serialization for the Sitecore layout service.

Namespace: Sitecore.LayoutService.Client

Assembly: Sitecore.LayoutService.Client.Abstractions.dll

Syntax

public interface ISitecoreLayoutSerializer

Methods

Deserialize(String)

Deserializes the given data to a SitecoreLayoutResponseContent.

Declaration
SitecoreLayoutResponseContent Deserialize(string data)
Parameters
TypeNameDescription
System.StringdataThe data to deserialize.
Returns
TypeDescription
SitecoreLayoutResponseContentThe deserialized SitecoreLayoutResponseContent.
If you have suggestions for improving this article, let us know!