你正在定義個一叫做Certkiller的類,這個類包含如下內(nèi)容.
Certkiller類包含一個可以再對象上執(zhí)行的叫做ProcessChildren的方法。
Cerkiller類的對象可以被序列化()
A.Apply the OnDeserializing attribute to the ProcessChildren method.
B.Specify that Certkiller Class implements the IDeserializationCallback interface.
C.Specify that Certkiller Class inherits from the ObjectManager class.
D.Apply the OnSerialized attribute to the ProcessChildren method.
E.Create a GetObjectData method that calls ProcessChildren.
F.Create an OnDeserialization method that calls ProcessChildren.