xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 1.02KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2020-12-14
  • 語言: C#
  • 標(biāo)簽: 實(shí)例??C#??c??序列化??

資源簡介

C#序列化實(shí)例簡便方法

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;

using?System.IO;
using?System.Runtime.Serialization;
using?System.Runtime.Serialization.Formatters.Binary;
using?System.xml;
using?System.xml.Serialization;

namespace?Helper
{
????public?class?SerializeHelper
????{
????????#region?序列化到xml???xml時(shí)候,定義的枚舉不能為指針以及其他的指針都不能用
????????///?
????????///?序列化到xml流
????????///?

????????///?
????????///?
????????public?static?void?SerializeToxml(Stream?stream?object?obj)
????????{
????????????try
????????????{
????????????????stream.Seek(0?SeekOrigin.Begin);
????????????????xmlSerializer?se?=?new?xmlSerializer(obj.GetType());
????????????????se.Serialize(stream?ob

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????5068??2017-07-12?16:14??SerializeHelper.cs

評(píng)論

共有 條評(píng)論

相關(guān)資源