Microsoft.Identity.Client.Cache.AdalCacheOperations
namespace Microsoft.Identity.Client.Cache
{
internal static class AdalCacheOperations
{
public static byte[] Serialize(ILoggerAdapter logger, IDictionary<AdalTokenCacheKey, AdalResultWrapper> tokenCacheDictionary);
public static IDictionary<AdalTokenCacheKey, AdalResultWrapper> Deserialize(ILoggerAdapter logger, byte[] state);
}
}