请输入您要查询的英文单词:

 

单词 serializable class
释义
serializable class
  • 简明释义
  • 可序列化类:在计算机编程中,可序列化类是指可以将其实例转换为字节序列的类,以便在网络上传输或存储在文件系统中。
  • 网络释义
  • 1

    ?建立序列类

    建立序列类serializable class) [Serializable] public class Device { private String name; private byte value; public String Name { set { name = value; ...

短语
  • 双语例句
  • 1
    All subtypes of a serializable class are themselves serializable.
    可序列化类的所有子类型本身都是可序列化的。
  • 2
    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.
    该算法使用了可序列化的名称、类实现的所有接口的名称、可序列化类的所有数据成员,等等。
  • 3
    I added implements Serializable to the class signature of QualifiedName and the test then passed.
    我为QualifiedName的类签名添加了implements Serializable,这一次测试顺利通过。
随便看

 

英汉双解词典包含3185865条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/3/26 3:56:02