object Deserialize的意思|示意

美 / / 英 / /

对象的序列化


object Deserialize的网络常见释义

把流反序列化成对象 ... bool Exists(object oid) 检查外存中是否存在某个对象 void Serialize(Stream stream,object o) 把对象序列化到流中 object Deserialize(Stream stream) 把流反序列化成对象 ...

object Deserialize相关例句

Because serializing an object is so easy, it should be easy to deserialize one too, right?

序列化一个对象是如此地容易,那么反序列化对象也很容易,对不对?

Either parse it or deserialize it into an object.

要么解析它,要么把它反序列化成一个对象。

When a request comes in, we deserialize the XML into a command object using XStream and appropriately handle it.

在请求传入时,我们使用XStream将XML反序列化成一个命令对象,然后合理地进行处理就可以了。

Deserialize a query string to an object. Optionally override the default separator and assignment characters.

将一个查询字符串反序列化为一个对象,可选择是否覆盖默认的分隔符和赋值符。

Suppose you have a class which you serialized it and stored in persistence and later modified that class to add a new field. What will happen if you deserialize the object already serialized?

假设你有一个类并且已经将这个类的某一个对象序列化存储了,那么如果你在这个类中加入了新的成员变量,那么在反序列化刚才那个已经存在的对象的时候会怎么样?

Then to deserialize, simply read in the object, and voila - you have a list with all our objects added in already.

然后反序列化的对象,简单地读,瞧你与我们所有的对象有一个列表中添加了。