HttpStaticObjectsCollection.Deserialize(BinaryReader) メソッド

定義

HttpStaticObjectsCollection メソッドを使用して記述されたバイナリ ファイルから Serialize(BinaryWriter) オブジェクトを作成します。

public:
 static System::Web::HttpStaticObjectsCollection ^ Deserialize(System::IO::BinaryReader ^ reader);
public static System.Web.HttpStaticObjectsCollection Deserialize (System.IO.BinaryReader reader);
static member Deserialize : System.IO.BinaryReader -> System.Web.HttpStaticObjectsCollection
Public Shared Function Deserialize (reader As BinaryReader) As HttpStaticObjectsCollection

パラメーター

reader
BinaryReader

ストリームまたはエンコードされた文字列からシリアル化されたコレクションを読み出すために使用する BinaryReader

戻り値

HttpStaticObjectsCollection メソッドを使用して記述されたバイナリ ファイルの内容に基づいて作成された Serialize(BinaryWriter)

注釈

重要

信頼されていないデータを指定してこのメソッドを呼び出すことは、セキュリティ上のリスクが伴います。 このメソッドは信頼されたデータでのみ呼び出してください。 詳細については、「 すべての入力を検証する」を参照してください。

メソッドは Deserialize 、 メソッドによって作成された格納場所に格納されているオブジェクトの内容 HttpStaticObjectsCollectionSerialize 読み取るために使用されます。 を HttpStaticObjectsCollectionシリアル化するには、 メソッドを使用します Serialize

適用対象