• 2022-06-07
    对象序列化过程中,如果某个对象属性不希望被序列化,则使用( )关键字修饰它。
    A: synchronized
    B: transient
    C: serialize
    D: static