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
Methods
Deserialize(String)
Deserializes the given data to a SitecoreLayoutResponseContent.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | data | The data to deserialize. |
Returns
| Type | Description |
|---|---|
| SitecoreLayoutResponseContent | The deserialized SitecoreLayoutResponseContent. |
If you have suggestions for improving this article, let us know!