serialize
常见例句
- Again, we would have to serialize and deserialize objects, and pass a lot of text.
又一次,我们不得不序列化并反序列化对象,还要传送许多文本。 - Rather than serializing the object, pull the data out of the object and put it into a dictionary. Then serialize the dictionary.
不要序列化对象本身,而是把数据从对象中提取出来,放到一个字典里,然后再序列化那个字典。 - You should now have a good understanding of how to serialize XML data into different types of output streams with different encodings.
现在,您应该很好地理解了如何将 XML 数据序列化成具有不同编码的不同类型的输出流。 返回 serialize