Click here to Skip to main content
15,880,543 members
Home / Discussions / C#
   

C#

 
GeneralBinaryFormatter.Deserialize() Pin
Guinness4Strength31-Dec-03 6:04
Guinness4Strength31-Dec-03 6:04 
GeneralRe: BinaryFormatter.Deserialize() Pin
Tristan Rhodes31-Dec-03 6:29
Tristan Rhodes31-Dec-03 6:29 
GeneralRe: BinaryFormatter.Deserialize() Pin
Guinness4Strength31-Dec-03 6:41
Guinness4Strength31-Dec-03 6:41 
GeneralRe: BinaryFormatter.Deserialize() Pin
Tristan Rhodes31-Dec-03 6:46
Tristan Rhodes31-Dec-03 6:46 
GeneralRe: BinaryFormatter.Deserialize() Pin
Kentamanos31-Dec-03 8:57
Kentamanos31-Dec-03 8:57 
GeneralRe: BinaryFormatter.Deserialize() Pin
Guinness4Strength1-Jan-04 4:34
Guinness4Strength1-Jan-04 4:34 
GeneralRe: BinaryFormatter.Deserialize() Pin
Kentamanos2-Jan-04 6:07
Kentamanos2-Jan-04 6:07 
GeneralRe: BinaryFormatter.Deserialize() Pin
Heath Stewart31-Dec-03 11:14
protectorHeath Stewart31-Dec-03 11:14 
You could also create a SerializationBinder that can bind one Type (based on a string) to another Type. Cata's advice is best, though, and is common - especially when doing .NET Remoting. You have a shared assembly that contains the Types (which is a name, assembly, version, culture, and public key token) that both client and server use. This is the correct approach. Using a SerializationBinder is more for upgrading serialized documents between versions, or when you absolutely have to use a Type that you can get access to otherwise.

Search the C# forum for SerializationBinder for a previous discussion I was involved in some time back.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
Generalimplementing rubber banding into a drawing program Pin
Miles Roberts31-Dec-03 5:03
Miles Roberts31-Dec-03 5:03 
GeneralRe: implementing rubber banding into a drawing program Pin
Tristan Rhodes31-Dec-03 6:42
Tristan Rhodes31-Dec-03 6:42 
GeneralRe: implementing rubber banding into a drawing program Pin
Heath Stewart31-Dec-03 11:06
protectorHeath Stewart31-Dec-03 11:06 
Generalhelp meeee plzzzzzz in ActiveX msChart control Pin
hebzzz31-Dec-03 3:27
hebzzz31-Dec-03 3:27 
GeneralRe: help meeee plzzzzzz in ActiveX msChart control Pin
Heath Stewart31-Dec-03 4:49
protectorHeath Stewart31-Dec-03 4:49 
GeneralRe: help meeee plzzzzzz in ActiveX msChart control Pin
Ivan Budiono31-Dec-03 13:27
Ivan Budiono31-Dec-03 13:27 
QuestionHow to duplicate controls from one form to another ?? Pin
nigs_krec31-Dec-03 3:17
nigs_krec31-Dec-03 3:17 
AnswerRe: How to duplicate controls from one form to another ?? Pin
Heath Stewart31-Dec-03 4:41
protectorHeath Stewart31-Dec-03 4:41 
Generaltlbimp marshaling problems. Pin
Tristan Rhodes31-Dec-03 2:45
Tristan Rhodes31-Dec-03 2:45 
GeneralRe: tlbimp marshaling problems. Pin
Heath Stewart31-Dec-03 4:37
protectorHeath Stewart31-Dec-03 4:37 
GeneralRe: tlbimp marshaling problems. Pin
Tristan Rhodes31-Dec-03 6:10
Tristan Rhodes31-Dec-03 6:10 
GeneralRe: tlbimp marshaling problems. Pin
Stephane Rodriguez.31-Dec-03 22:11
Stephane Rodriguez.31-Dec-03 22:11 
GeneralDefault Button for a Form Pin
Anonymous30-Dec-03 21:48
Anonymous30-Dec-03 21:48 
GeneralRe: Default Button for a Form Pin
Mazdak30-Dec-03 21:53
Mazdak30-Dec-03 21:53 
Generalmaking String Bitmap Pin
azusakt30-Dec-03 20:25
azusakt30-Dec-03 20:25 
GeneralRe: making String Bitmap(Modified) Pin
Mazdak30-Dec-03 22:00
Mazdak30-Dec-03 22:00 
GeneralRe: making String Bitmap(Modified) Pin
azusakt30-Dec-03 22:40
azusakt30-Dec-03 22:40 

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.