代码搜索:Serialization
找到约 2,507 项符合「Serialization」的源代码
代码结果 2,507
www.eeworm.com/read/429388/1949370
cs seat.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.Serialization.Formatters.Binary;
using System.Drawing;
namespace MyCinema
{
///
///
www.eeworm.com/read/429388/1949418
cs seat.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.Serialization.Formatters.Binary;
using System.Drawing;
namespace MyCinema
{
///
///
www.eeworm.com/read/426834/1986726
cs seat.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.Serialization.Formatters.Binary;
using System.Drawing;
namespace MyCinema
{
///
///
www.eeworm.com/read/414851/2140830
cs filedata.cs
namespace qminoa.Common
{
///
/// FileData 的摘要说明。
///
///
using System;
using System.Data;
using System.Runtime.Serialization;
using qminoa;
[Serializ
www.eeworm.com/read/402041/2333540
java trinetserial.java
package org.trinet.waveserver.rt;
import java.io.*;
/** Abstract base class for objects implementing the WaveClient API serialization protocol
* Concrete subclasses must implement both the readDa