Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
GeneralRe: flashwindowex Pin
ian mariano8-Mar-04 19:45
ian mariano8-Mar-04 19:45 
GeneralRe: flashwindowex Pin
carlito punk8-Mar-04 19:50
carlito punk8-Mar-04 19:50 
GeneralRe: flashwindowex Pin
Dave Kreskowiak9-Mar-04 2:17
mveDave Kreskowiak9-Mar-04 2:17 
GeneralRe: flashwindowex Pin
ian mariano9-Mar-04 10:24
ian mariano9-Mar-04 10:24 
GeneralRe: flashwindowex Pin
carlito punk9-Mar-04 11:22
carlito punk9-Mar-04 11:22 
GeneralRe: flashwindowex Pin
Mazdak8-Mar-04 19:51
Mazdak8-Mar-04 19:51 
GeneralC# and flash movies right click menu Pin
Flack8-Mar-04 12:40
Flack8-Mar-04 12:40 
GeneralRe: C# and flash movies right click menu Pin
John Fisher9-Mar-04 4:00
John Fisher9-Mar-04 4:00 
GeneralRe: C# and flash movies right click menu Pin
Heath Stewart9-Mar-04 6:37
protectorHeath Stewart9-Mar-04 6:37 
GeneralRe: C# and flash movies right click menu Pin
John Fisher9-Mar-04 12:29
John Fisher9-Mar-04 12:29 
GeneralRe: C# and flash movies right click menu Pin
Heath Stewart9-Mar-04 6:42
protectorHeath Stewart9-Mar-04 6:42 
Generalaccessing and mdf database file Pin
lordjpg8-Mar-04 12:32
lordjpg8-Mar-04 12:32 
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 

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.