Question:Which of the following are requirements for a method that is called in response to a serialization event? (Choose all that apply.) - VB.NET
A Accept a StreamingContext object as a parameter.
B Accept a SerializationInfo object as a parameter.
C Return void.
D Return a StreamingContext object.
+ AnswerA C
+ Report