ResumptionCookie.GZipDeserialize(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserializes the GZip serialized ResumptionCookie using GZipSerialize(ResumptionCookie).
public static Microsoft.Bot.Builder.Dialogs.ResumptionCookie GZipDeserialize (string str);
static member GZipDeserialize : string -> Microsoft.Bot.Builder.Dialogs.ResumptionCookie
Public Shared Function GZipDeserialize (str As String) As ResumptionCookie
Parameters
- str
- String
The Base64 encoded string.
Returns
An instance of ResumptionCookie