群发资讯网

返回主页
serializable
序列化
常用释义
英音[ ˈsɪərɪəlaɪzəbl ]
美音[ ˈsɪˌriəˌlaɪzəbl ]
基本释义
  • adj. 可串行化的
例句
  • 1·Connectors must be serializable.
    连接器必须是可串行化的。
  • 2·What makes a serializable field?
    怎样的字段才是可序列化字段?
  • 3·Listing 1. Is the class serializable?
    清单1 .此类是否可串行化?
  • 4·Classes are often serializable by default.
    默认情况下,类通常是可串行化的。
  • 5·NET type. The Serializable interface is marked in.
    序列化接口在代码生成器中进行标记。
  • 6·Listing 1 shows a Person class implementing Serializable.
    清单1显示一个实现Serializable的person类。
  • 7·Sometimes these classes implement Serializable explicitly.
    有时这些类显式实现Serializable。
  • 8·The method parameters and return types must be serializable.
    方法参数和返回类型必须是可序列化的。
  • 9·An array or collection of serializable types is also serializable.
    序列化类型的数组或集合也是序列化的。
  • 10·Define XML serializable types for the return value (and the parameters).
    为返回值和参数定义XML serializable类型。