OutputCache.Deserialize(Stream) Method
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 a binary object into output-cache data.
public:
static System::Object ^ Deserialize(System::IO::Stream ^ stream);
public static object Deserialize(System.IO.Stream stream);
static member Deserialize : System.IO.Stream -> obj
Public Shared Function Deserialize (stream As Stream) As Object
- stream
- Stream
The data to deserialize.
An object that contains the deserialized data.
The deserialized object that is returned by the method is not a valid output-cache type.
stream
is null
.
Važno
Calling this method with untrusted data is a security risk. Call this method only with trusted data. For more information, see Validate All Inputs.
This method is used by output-cache providers that are operating under partial trust.
Proizvod | Verzije |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: