1. ISitecoreLayoutSerializer

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.Stringdata

The data to deserialize.

Returns
If you have suggestions for improving this article, let us know!