一个类中那些内容可以在序列化时写入文件或发送到网络上()
A、transient 修饰的属性
B、静态属性
C、方法
D、类名
A、transient 修饰的属性
B、静态属性
C、方法
D、类名
A、A.适用于所有者字段的 OptionalField 属性。 B、B.应用,所以所有者字段的属性。 C、C.已实现 IFormatter 接口的自定义序列化的车辆类别。 D、D.做什么,因为在使用二进制序列化时,私营领域是永远不会保留。
A、A.TypeFormat属性应设置为FormatterTypeStyle.TypesAlways B、B.TypeFormat属性应设置为FormatterTypeStyle.TypesWhenNeeded C、C.FilterLevel属性应设置为TypeFilterLevel.Full D、D.必须将FilterLevel属性设置为TypeFilterLevel.Low
A、使用dateValue.ToString("yyyy-MM-ddTHH:mm:ss.fffffff",CultureInfo.InvariantCulture) B、使用dateValue.ToBinary() C、使用dateValue.Kind D、使用dateValue.Ticks
A、A.Apply the OnDeserializing attribute to the ProcessChildren method. B、B.Specify that Certkiller Class implements the IDeserializationCallback interface. C、C.Specify that Certkiller Class inherits from the ObjectManager class. D、D.Apply the OnSerialized attribute to the ProcessChildren method. E、E.Create a GetObjectData method that calls ProcessChildren. F、F.Create an OnDeserialization method that calls ProcessChildren.