HttpStaticObjectsCollection.Deserialize(BinaryReader) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从使用 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用于读取存储在 方法Serialize创建的存储位置中的 对象的内容HttpStaticObjectsCollection。 若要序列化 HttpStaticObjectsCollection,请使用 Serialize 方法。