Click here to Skip to main content
15,888,454 members
Home / Discussions / C#
   

C#

 
GeneralRe: accessing and mdf database file Pin
Mazdak8-Mar-04 19:07
Mazdak8-Mar-04 19:07 
GeneralProcess information retrievement Pin
Apusnaias8-Mar-04 12:15
Apusnaias8-Mar-04 12:15 
GeneralRe: Process information retrievement Pin
ian mariano8-Mar-04 12:31
ian mariano8-Mar-04 12:31 
GeneralRe: Process information retrievement Pin
Apusnaias8-Mar-04 21:10
Apusnaias8-Mar-04 21:10 
GeneralDeserializing delegates to non-public methods Pin
Judah Gabriel Himango8-Mar-04 11:43
sponsorJudah Gabriel Himango8-Mar-04 11:43 
GeneralRe: Deserializing delegates to non-public methods Pin
baldo9-Mar-04 1:19
baldo9-Mar-04 1:19 
GeneralRe: Deserializing delegates to non-public methods Pin
Judah Gabriel Himango9-Mar-04 4:15
sponsorJudah Gabriel Himango9-Mar-04 4:15 
GeneralRe: Deserializing delegates to non-public methods Pin
LongRange.Shooter9-Mar-04 7:43
LongRange.Shooter9-Mar-04 7:43 
ahh I found the original thread.

You could mark certain fields as being not serializable.....but you would have to do it within the bowls of your collection definition. It could also be as simple as running a 1.1 remote code without implementation of the full typeFilterLevel in your channel definition.

To answer the which field....it would be the delegate definition within the collection...assuming it is exposed and not a base class definition. However you would run the risk of having a partial object in your programs hands that will have some elements just not present (like whatever you said was not serializable) and THAT might hork up your program as well.

Another approach is you implement the ISerializable interface and perform your own serialization. Many options -- many to choose.

_____________________________________________
Of all the senses I could possibly lose,
It is most often the one called 'common' that gets lost.

QuestionUse Visual Studio for Office or Reference Word Obj Lib? Pin
Anonymous8-Mar-04 11:08
Anonymous8-Mar-04 11:08 
AnswerRe: Use Visual Studio for Office or Reference Word Obj Lib? Pin
Charlie Williams8-Mar-04 12:27
Charlie Williams8-Mar-04 12:27 
GeneralC# GUI classes Pin
abc8768-Mar-04 11:07
abc8768-Mar-04 11:07 
GeneralRe: C# GUI classes Pin
Christian Graus8-Mar-04 11:08
protectorChristian Graus8-Mar-04 11:08 
GeneralRe: C# GUI classes Pin
Nick Parker8-Mar-04 17:59
protectorNick Parker8-Mar-04 17:59 
GeneralRe: C# GUI classes Pin
John Fisher8-Mar-04 11:27
John Fisher8-Mar-04 11:27 
GeneralConnection String Pin
YomYom8-Mar-04 10:19
YomYom8-Mar-04 10:19 
GeneralRe: Connection String Pin
Mazdak8-Mar-04 10:28
Mazdak8-Mar-04 10:28 
GeneralRe: Connection String Pin
Heath Stewart8-Mar-04 10:34
protectorHeath Stewart8-Mar-04 10:34 
GeneralRaise Event Pin
laptop_018-Mar-04 9:51
laptop_018-Mar-04 9:51 
GeneralRe: Raise Event Pin
Yasir Memon8-Mar-04 10:19
Yasir Memon8-Mar-04 10:19 
GeneralRe: Raise Event Pin
laptop_018-Mar-04 10:27
laptop_018-Mar-04 10:27 
GeneralRe: Raise Event Pin
Heath Stewart8-Mar-04 10:37
protectorHeath Stewart8-Mar-04 10:37 
GeneralRe: Raise Event Pin
laptop_018-Mar-04 11:07
laptop_018-Mar-04 11:07 
GeneralRe: Raise Event Pin
LongRange.Shooter9-Mar-04 7:38
LongRange.Shooter9-Mar-04 7:38 
GeneralContext Menu - Display Member, Value member Pin
Ruchi Gupta8-Mar-04 9:08
Ruchi Gupta8-Mar-04 9:08 
GeneralRe: Context Menu - Display Member, Value member Pin
Heath Stewart8-Mar-04 10:31
protectorHeath Stewart8-Mar-04 10:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.