代码搜索:Serialization

找到约 2,507 项符合「Serialization」的源代码

代码结果 2,507
www.eeworm.com/read/103011/15749524

java variable.java

package piy; import java.io.Serializable; /** * Represents a single variable. Note that we change the type to the wrapper type if it's * primitive - serialization moans otherwise (don't know
www.eeworm.com/read/301709/13851543

cs program.cs

using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Runtime.Serialization.Formatters.Binary; namespace MementoExample { class Program {
www.eeworm.com/read/146928/5734188

cs mediator.cs

using System; using System.Collections; using System.Runtime.Serialization; using System.Runtime.Remoting.Messaging; using System.Runtime.InteropServices; [assembly:CLSCompliant(true)] [assembly
www.eeworm.com/read/132688/5910738

java taskreldto.java

package com.coshare.joyteam.projectMgr.dto; import java.io.Serializable; import com.coshare.joyteam.util.ID; public class TaskRelDTO implements Serializable { /** * Serialization vers
www.eeworm.com/read/132688/5910739

java activityreldto.java

package com.coshare.joyteam.projectMgr.dto; import java.io.Serializable; import com.coshare.joyteam.util.ID; public class ActivityRelDTO implements Serializable { /** * Serialization versi
www.eeworm.com/read/132688/5910742

java activitydto.java

package com.coshare.joyteam.projectMgr.dto; import java.io.Serializable; import com.coshare.joyteam.util.ID; public class ActivityDTO implements Serializable { /** * Serialization versio
www.eeworm.com/read/118960/6093131

cs groupitemconverter.cs

using System; using System.Collections; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Globalization; using System.Reflection; namespace IssueVisio
www.eeworm.com/read/105599/6197800

properties xmlserializermessages_cs.properties

# This file contains error messages related to XML serialization. # The messages are arranged in key and value tuples in a ListResourceBundle. # # @version BadMessageKey = K tomuto k\u00f3du
www.eeworm.com/read/492634/6417061

cs tasklist.cs

using System; using System.Collections; using System.IO; using System.Runtime.InteropServices; using System.Runtime.Serialization.Formatters.Binary; using TaskSchedulerInterop; namespace TaskS
www.eeworm.com/read/492634/6417071

cs tasklist.cs

using System; using System.Collections; using System.IO; using System.Runtime.InteropServices; using System.Runtime.Serialization.Formatters.Binary; using TaskSchedulerInterop; namespace TaskS