SaaS CMS has officially launched! Learn more now.

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: 7.19.2
Syntax
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