net9.0
namespace Microsoft.AspNetCore.SystemWebAdapters.SessionState.Serialization
{
public interface ISessionSerializer
{
Task! SerializeAsync(ISessionState! state, Stream! stream, CancellationToken token);
}
}
.NET | 6.07.08.09.0 |
---|---|
.NET Framework | 4.7.24.84.8.1 |
Information specific to net9.0 | |
Assembly | Microsoft.AspNetCore.SystemWebAdapters.SessionState , Version=1.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.SystemWebAdapters.SessionState (1.0.0-preview.3.22370.2) net6.0 |
Preview | This API is contained in a prerelease package. |
Platform Restrictions | This API is supported on all platforms. |