你正在定義個(gè)一叫做Certkiller的類(lèi),這個(gè)類(lèi)包含如下內(nèi)容.
Certkiller類(lèi)包含一個(gè)可以再對(duì)象上執(zhí)行的叫做ProcessChildren的方法。
Cerkiller類(lèi)的對(duì)象可以被序列化()
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.