HttpStaticObjectsCollectionWrapper.Serialize(BinaryWriter) 方法
定义
将集合的内容写入 BinaryWriter 对象中。Writes the contents of the collection to a BinaryWriter object.
public:
override void Serialize(System::IO::BinaryWriter ^ writer);
public override void Serialize (System.IO.BinaryWriter writer);
override this.Serialize : System.IO.BinaryWriter -> unit
Public Overrides Sub Serialize (writer As BinaryWriter)
参数
- writer
- BinaryWriter
用于将序列化集合写入流或编码字符串的对象。The object to use to write the serialized collection to a stream or encoded string.