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
RequestResponse
public interface ISitecoreLayoutSerializerMethods
Deserialize(String)
Deserializes the given data to a SitecoreLayoutResponseContent.
Declaration
RequestResponse
SitecoreLayoutResponseContent Deserialize(string data)Parameters
| Type | Name | Description |
|---|---|---|
| System.String | data |
The data to deserialize. |
Returns
| Type | Description |
|---|---|
| SitecoreLayoutResponseContent |
The deserialized SitecoreLayoutResponseContent. |