Try our conversational search powered by Generative AI!

Class PersistableDictionary

Inheritance
System.Object
PersistableDictionary
Namespace: EPiServer.Util
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
[Obsolete("Supported the old workflow system that have been removed as of CMS 9")]
public class PersistableDictionary : HybridDictionary

Constructors

PersistableDictionary()

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public PersistableDictionary()

Methods

Deserialize(String)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public void Deserialize(string rawData)
Parameters
Type Name Description
System.String rawData

Serialize()

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public string Serialize()
Returns
Type Description
System.String

Extension Methods