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 스트림 또는 인코딩된 문자열에서 serialize된 컬렉션을 읽는 데 사용됩니다.

반품

HttpStaticObjectsCollection 메서드를 사용하여 Serialize(BinaryWriter) 작성된 이진 파일의 내용으로 채워진 형식입니다.

설명

Important

신뢰할 수 없는 데이터로 이 메서드를 호출하는 것은 보안 위험입니다. 신뢰할 수 있는 데이터로만 이 메서드를 호출합니다. 자세한 내용은 모든 입력 유효성 검사참조하세요.

Deserialize 메서드는 메서드에서 만든 HttpStaticObjectsCollection 스토리지 위치에 저장된 개체의 Serialize 내용을 읽는 데 사용됩니다. serialize HttpStaticObjectsCollection하려면 메서드를 Serialize 사용합니다.

적용 대상