Click here to Skip to main content
15,905,316 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is it possible to sort of embed an assembly within another assembly" Pin
Ennis Ray Lynch, Jr.8-Oct-08 5:18
Ennis Ray Lynch, Jr.8-Oct-08 5:18 
AnswerRe: Is it possible to sort of embed an assembly within another assembly" Pin
PIEBALDconsult8-Oct-08 5:19
mvePIEBALDconsult8-Oct-08 5:19 
AnswerRe: Is it possible to sort of embed an assembly within another assembly" Pin
teejayem8-Oct-08 8:34
teejayem8-Oct-08 8:34 
QuestionBinaryFormatter: Serializing an object's base class Pin
mav.northwind8-Oct-08 4:01
mav.northwind8-Oct-08 4:01 
AnswerRe: BinaryFormatter: Serializing an object's base class Pin
PIEBALDconsult8-Oct-08 4:07
mvePIEBALDconsult8-Oct-08 4:07 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
mav.northwind8-Oct-08 4:12
mav.northwind8-Oct-08 4:12 
AnswerRe: BinaryFormatter: Serializing an object's base class Pin
#realJSOP8-Oct-08 4:17
professional#realJSOP8-Oct-08 4:17 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
mav.northwind8-Oct-08 4:31
mav.northwind8-Oct-08 4:31 
But that's something I explicitely do not need/want. Of course I could flag Dog as Serializable, too, but then the object is serialized as Dog, not as Animal.
The other side of the line (where the object is supposed to be deserialized) doesn't know about Dogs, it only knows about Animals (i.e. there's only the assembly defining Animal available, not the one defining Dog, so trying to deserialize this object will throw a TypeLoadException).

Regards,
mav

--
Black holes are the places where God divided by 0...

GeneralRe: BinaryFormatter: Serializing an object's base class Pin
#realJSOP8-Oct-08 4:46
professional#realJSOP8-Oct-08 4:46 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Dan Neely8-Oct-08 5:49
Dan Neely8-Oct-08 5:49 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
mav.northwind8-Oct-08 9:01
mav.northwind8-Oct-08 9:01 
AnswerRe: BinaryFormatter: Serializing an object's base class Pin
Ennis Ray Lynch, Jr.8-Oct-08 5:20
Ennis Ray Lynch, Jr.8-Oct-08 5:20 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 7:51
Mark Salsbery8-Oct-08 7:51 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Ennis Ray Lynch, Jr.8-Oct-08 8:45
Ennis Ray Lynch, Jr.8-Oct-08 8:45 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 9:21
Mark Salsbery8-Oct-08 9:21 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Ennis Ray Lynch, Jr.8-Oct-08 9:39
Ennis Ray Lynch, Jr.8-Oct-08 9:39 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 9:42
Mark Salsbery8-Oct-08 9:42 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 9:53
Mark Salsbery8-Oct-08 9:53 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Ennis Ray Lynch, Jr.8-Oct-08 10:03
Ennis Ray Lynch, Jr.8-Oct-08 10:03 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 10:34
Mark Salsbery8-Oct-08 10:34 
AnswerRe: BinaryFormatter: Serializing an object's base class Pin
Giorgi Dalakishvili8-Oct-08 7:35
mentorGiorgi Dalakishvili8-Oct-08 7:35 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
mav.northwind8-Oct-08 23:48
mav.northwind8-Oct-08 23:48 
AnswerRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 7:59
Mark Salsbery8-Oct-08 7:59 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
mav.northwind8-Oct-08 8:27
mav.northwind8-Oct-08 8:27 
GeneralRe: BinaryFormatter: Serializing an object's base class Pin
Mark Salsbery8-Oct-08 9:37
Mark Salsbery8-Oct-08 9:37 

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.