context不是上下文环境么?他应该是指serialized吧?

解决方案 »

  1.   

    serialization is the process of breaking down a java object and writing it out somewhere. and you can get your object by ObjectOutputStream
      

  2.   

    Serialization is the conversion of a Java object into a bit-blob representation of that object. You can send bit-blobs anywhere. The Java language handles the low-level details of serialization. In most cases,you don't need to worry about any of it. To tell Java that your object is serializable, your object must implement the java.lang.Serializable interface.
      

  3.   

    Who translate the “同步序列化”???  poor.
    Here "序列化" is nothing to do with serilization.