Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
AnswerRe: ArrayList vs. List<object> Pin
Scott Dorman8-Oct-08 7:38
professionalScott Dorman8-Oct-08 7:38 
AnswerRe: ArrayList vs. List<object> Pin
Daniel Grunwald8-Oct-08 8:11
Daniel Grunwald8-Oct-08 8:11 
AnswerRe: ArrayList vs. List<object> Pin
CPallini8-Oct-08 9:15
mveCPallini8-Oct-08 9:15 
AnswerRe: ArrayList vs. List<object> Pin
Guffa8-Oct-08 9:19
Guffa8-Oct-08 9:19 
QuestionCreate new Table in Access mdb Pin
Planker8-Oct-08 5:07
Planker8-Oct-08 5:07 
AnswerRe: Create new Table in Access mdb Pin
led mike8-Oct-08 5:41
led mike8-Oct-08 5:41 
GeneralRe: Create new Table in Access mdb [modified] Pin
Planker8-Oct-08 6:34
Planker8-Oct-08 6:34 
QuestionRe: Create new Table in Access mdb Pin
led mike8-Oct-08 10:05
led mike8-Oct-08 10:05 
AnswerRe: Create new Table in Access mdb Pin
Planker9-Oct-08 7:41
Planker9-Oct-08 7:41 
GeneralRe: Create new Table in Access mdb Pin
led mike9-Oct-08 8:22
led mike9-Oct-08 8:22 
QuestionIs it possible to sort of embed an assembly within another assembly" Pin
Member 30621768-Oct-08 4:41
Member 30621768-Oct-08 4:41 
AnswerRe: Is it possible to sort of embed an assembly within another assembly" Pin
#realJSOP8-Oct-08 4:47
professional#realJSOP8-Oct-08 4:47 
GeneralRe: Is it possible to sort of embed an assembly within another assembly" Pin
Member 30621768-Oct-08 4:51
Member 30621768-Oct-08 4:51 
GeneralRe: Is it possible to sort of embed an assembly within another assembly" Pin
Ashfield8-Oct-08 4:58
Ashfield8-Oct-08 4:58 
GeneralRe: Is it possible to sort of embed an assembly within another assembly" Pin
#realJSOP8-Oct-08 5:05
professional#realJSOP8-Oct-08 5:05 
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 

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.