OutputCache.Deserialize(Stream) Method

Definition

Deserializes a binary object into output-cache data.

C#
public static object Deserialize(System.IO.Stream stream);

Parameters

stream
Stream

The data to deserialize.

Returns

An object that contains the deserialized data.

Exceptions

The deserialized object that is returned by the method is not a valid output-cache type.

stream is null.

Remarks

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.

Applies to

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