Tell me in my code the method marked by [OnDeserialized] is never called after deserialization. Is this a known issue?
Submitted by: AdministratorThe following conditions should be met for a valid OnDeserialized callback.
1. The accessibility of the method should be public. It can also be internal with InternalsVisibleTo provided to the System.Runtime.Serialization assembly.
2. Return type should be void.
3. There should be exactly one parameter which should be of the type StreamingContext.
4. There should be only one of the four callbacks provided on the method.
Submitted by: Administrator
1. The accessibility of the method should be public. It can also be internal with InternalsVisibleTo provided to the System.Runtime.Serialization assembly.
2. Return type should be void.
3. There should be exactly one parameter which should be of the type StreamingContext.
4. There should be only one of the four callbacks provided on the method.
Submitted by: Administrator
Read Online Windows Phone (WP) Job Interview Questions And Answers
Top Windows Phone (WP) Questions
☺ | Explain Windows Phone Multitasking? |
☺ | Tell me about Windows Phone Bluetooth? |
☺ | Tell me about the Windows Phone? |
☺ | How the volume work between apps and hardware buttons on the device? |
☺ | Explain starting with April CTP Refresh, I can compile and debug my XNA game, but it does not show up in list of applications when I am not launching it on the debugger? |
Top Mobile OS Categories
☺ | iOS Interview Questions. |
☺ | Asha OS Interview Questions. |
☺ | Windows Phone (WP) Interview Questions. |
☺ | iOS Developer Interview Questions. |
☺ | BlackBerry Tablet OS Interview Questions. |