Virtual Happy Hour this month, Jun 28, we'll be getting a sneak preview at our soon to launch SaaS CMS!

Try our conversational search powered by Generative AI!

Class PersistableDictionary

Summary description for PersistableDictionary. This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
PersistableDictionary
Namespace: EPiServer.Util
Assembly: EPiServer.dll
Version: 9.12.2
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