1·Rather than serializing the object, pull the data out of the object and put it into a dictionary. Then serialize the dictionary.
不要序列化对象本身,而是把数据从对象中提取出来,放到一个字典里,然后再序列化那个字典。
2·Because serializing an object is so easy, it should be easy to deserialize one too, right?
序列化一个对象是如此地容易,那么反序列化对象也很容易,对不对?
3·According to this expected emphasis, I've chosen the granularity of the query results to center around serializing synsets.
根据这个预期的重点,我选择查询结果的粒度时以同义词组的序列化为中心。
4·The token and token secret can be persisted anywhere (such as a database or registry); serializing them to a file is only a suggested solution for this article.
令牌和令牌机密可在任何地方(比如数据库或注册表)存留;将它们序列化到一个文件仅是本文建议的一种解决方案。
5·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使用的是外部序列化,而不是一个序列化接口(那会让它的对象变得臃肿),这就需要在序列化数据方面做大量的工作。