序列化接口在代码生成器中进行标记。
序列化接口没有方法或字段,仅用于标识可序列化的语义。
The serialization interface has no methods or fields and serves only to identify the semantics of being serializable.
但UIMA使用的是外部序列化,而不是一个序列化接口(那会让它的对象变得臃肿),这就需要在序列化数据方面做大量的工作。
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.
因而,传入OR B的所有值都必须实现可序列化的接口。
As such, all values passed into the ORB must implement the serializable interface.
Serializable接口不包含任何方法。它的作用只是告诉序列化运行时这个对象是可以序列化的。
The serializable interface does not contain any methods: it exists only to tell the serialization runtime that your object is serializable.
使用XStream序列化的类不需要实现Serializable接口。
The classes that you serialize with XStream don't need to implement the Serializable interface.
该算法使用了可序列化的名称、类实现的所有接口的名称、可序列化类的所有数据成员,等等。
The algorithm USES the name of the serializable class, names of all the interfaces it implements, all the data members of the serializable class, etc.
操作方法是创建一个实现这个“可序列化”接口的POJO。
Do this by creating a POJO that implements the "serializable" interface.
最终返回类型不通过任意异步服务接口或实现类指定,允许您选择任意可序列化的返回数据类型。
The eventual return type is not specified by any of the asynchronous service interfaces or implementation classes, leaving the return type your choice, which can be any serializable data type.
序列化会话对象:因为会话中包含的对象将在集群内的节点中进行同步,所以必须实现它们的serializable接口。
Serializing the session object: Since objects that have been included in a session will be synchronized across nodes of a cluster, they must be implemented with the serializable interface.
所有的通过基类实现的接口是由其派生类继承。不可序列化的。
All interfaces implemented by base classes are inherited by their derived classes. Not just Serializable.
未实现此接口的类将无法使其任何状态序列化或反序列化。
Classes that do not implement this interface will not have any of their state serialized or deserialized.
此接口使用扫描成员的技术来将组件的集合转换为支持运行时序列化的单个对象。
This interface USES the technique of scanning members to convert a collection of components into a single object that supports run-time serialization.
当没有什么像序列化的标记接口来实现。
When there is nothing to implement in the marker interfaces like Serializable.
提供一个可调用序列化和反序列化的接口。
Provides an interface that can invoke serialization and deserialization.
为特定对象提供接口,它包含在SOAPRPC(远程过程调用)的序列化过程中所需的参数的名称和类型。
Provides an interface for an object that contains the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).
提供一个支持访问序列化程序的接口。
例如,序列化的标记接口,让类的作者说,他们的课程将正确的行为时,序列化和反序列化。
For example, the Serializable Marker Interface lets the author of a class say that their class will behave correctly when serialized and deserialized.
例如,序列化的标记接口,让类的作者说,他们的课程将正确的行为时,序列化和反序列化。
For example, the Serializable Marker Interface lets the author of a class say that their class will behave correctly when serialized and deserialized.
应用推荐