OutputCache.Serialize(Stream, Object) Method

Definition

Serializes output-cache data into binary data.

public:
 static void Serialize(System::IO::Stream ^ stream, System::Object ^ data);
public static void Serialize (System.IO.Stream stream, object data);
static member Serialize : System.IO.Stream * obj -> unit
Public Shared Sub Serialize (stream As Stream, data As Object)

Parameters

stream
Stream

The object to contain the serialized binary data.

data
Object

The output-cache data to serialize.

Exceptions

data is not one of the specified output-cache types.

data is null or stream is null.

Remarks

This method is used by output-cache providers that are operating under partial trust.

Applies to