serialize
vt. 连载,使连续
2026-04-14 07:02 浏览次数 32
vt. 连载,使连续
"Serialize the numbers"
void Serialize把对象序列化到流中
serialize array的一个问题
Cannot serialize access无法进行串行化访问
serialize siEriElBiz串行化
Serialize and Deserialize序列化和反序列化
serialize technique配套技术
Absolute serialize time order绝对串行化时序
serialize e串行化
there are also situations when you would need to create a new instance of an sdo object (or a graph of sdo objects), and serialize that into xml.
也有一些情况,你需要创建一个sdo对象(或一系列sdo对象)新的实例,并且将其序列化到一个xml 中。
but what if you could easily create xml objects, easily access and even filter xml nodes, and easily serialize the data to a string for display or storage?
但是,如果能够创建xml对象,轻松地访问和过滤xml节点,轻松地把数据序列化成显示或存储所需的字符串,那么会怎么样呢?
it is possible to serialize all the back end data this way.
以这种方式序列化所有后端数据是可行的。
all of the classes have an overridden string method that allows the client to easily serialize the objects to their represented xml format.
所有的类都有一个覆盖字符串方法,该方法允许客户机容易地把对象序列化成这些对象所表示的xml格式。
first of all, mutexes are used to serialize access to *shared data*.
首先,互斥对象是用于串行化存取*共享数据*。
the latter method can be particularly useful for automating the wait for completion of detach to help serialize the subsequent action (for instance, drop or archive) on the target table.
后面的方法对于等待分离完成的自动化非常有用,这有助于序列化目标表上的后续活动(例如,删除或者归档)。
this gives a new function to call, the serialize function, which gets all the input fields in the form and creates a hash of their names and values.
这会带来一个新的可调用的函数serialize,该函数获取表单内的所有输入字段并创建这些字段的名称和值的哈希表。
you should now have a good understanding of how to serialize xml data into different types of output streams with different encodings.
现在,您应该很好地理解了如何将xml数据序列化成具有不同编码的不同类型的输出流。
you use jdom to serialize the message, as in listing 23.
您需要使用jdom系列化该消息,如 清单23 所示。
the time it takes to serialize and deserialize session data when they are being written to a remote copy can become considerably large.
当会话数据写入到远程副本时,对会话数据进行序列化和反序列化所需的时间可能变得非常大。
as noted before, these types cause performance problems as you need to serialize the data.
如前所述,由于需要序列化数据,这些类型会导致性能问题。
finally, you write your application using these generated classes to represent your model data and serialize them to xml through some convenient mechanism provided by the framework.
最后,用这些生成的类编写应用程序,表示自己的模型数据,并通过框架提供的一些辅助机制把数据序列化成xml。
eventually, you're going to have to serialize data across the client-server connection.
最后,您不得不序列化整个客户机-服务器连接上的数据。
first, you can take the same approach as you did with properties; you can serialize the required arguments together into a single type of string.
首先,可以采用与处理复杂属性相同的方法;可以将所需的多个参数序列化在一起,形成一个字符串类型的参数。
again, we would have to serialize and deserialize objects, and pass a lot of text.
又一次,我们不得不序列化并反序列化对象,还要传送许多文本。
if your string is a 10-character phone number or 16-character credit card number, chances are most records have the full complement of characters, so it may be ok to serialize them all.
如果字符串是10个字符的电话号码或16位字符的信用卡号码,大多数记录可能都会补足字符,因此序列化所有内容也许没什么问题。
you probably do want to think at least a little about how you will serialize to ensure sufficient flexibility for evolution going forward.
您很可能确实希望多多少少地考虑如何串行化才能确保足够的灵活性,以便应对未来的发展。
rather than serializing the object, pull the data out of the object and put it into a dictionary. then serialize the dictionary.
不要序列化对象本身,而是把数据从对象中提取出来,放到一个字典里,然后再序列化那个字典。
sca pojo invocation has high efficiency because it does not need to serialize or deserialize for input and response parameters.
scapojo调用的效率很高,因为它不需要对输入和响应参数进行序列化和解序列化。
but uima was using externalization for serializing rather than serializable interface which was making its objects bulky and lots of work was needed to serialize data.
但uima使用的是外部序列化,而不是一个序列化接口(那会让它的对象变得臃肿),这就需要在序列化数据方面做大量的工作。
in the source archive, we can see how we serialize the guess arrays and pass them from guess to guess.
在 源代码归档 中,可以看到如何序列化猜测数组并将该数组从一次猜测传递到另一次猜测中。