Click here to Skip to main content
16,005,080 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Indexers Pin
James T. Johnson8-Jun-02 15:14
James T. Johnson8-Jun-02 15:14 
GeneralRe: Indexers Pin
Michael Mac8-Jun-02 21:03
Michael Mac8-Jun-02 21:03 
GeneralA problem with serializtion Pin
Michael Mac8-Jun-02 1:33
Michael Mac8-Jun-02 1:33 
GeneralRe: A problem with serializtion Pin
Nish Nishant8-Jun-02 1:51
sitebuilderNish Nishant8-Jun-02 1:51 
GeneralRe: A problem with serializtion Pin
Michael Mac8-Jun-02 2:12
Michael Mac8-Jun-02 2:12 
GeneralRe: A problem with serializtion Pin
Rama Krishna Vavilala13-Jun-02 12:58
Rama Krishna Vavilala13-Jun-02 12:58 
GeneralRe: A problem with serializtion Pin
Michael Mac13-Jun-02 22:04
Michael Mac13-Jun-02 22:04 
GeneralRe: A problem with serializtion Pin
James T. Johnson13-Jun-02 22:13
James T. Johnson13-Jun-02 22:13 
Correct; unfortunately MS didn't document this topic very well. The XmlSerializer doesn't use any of the other serialization stuff, no Serializable attribute nor ISerializable; I think its a shame myself.

The XmlSerializer works by using the reflection.emit classes to construct a class that will place all the public fields/property's in an XML document; when it deserializes it tries to access the nodes in the document as the field/property name to place the value back in. When it does this it creates an instance of the object using the default constructor.

It DOES let you control some functionality by using Attributes and the OverrideAttributes class; but I don't like that solution very well.

James
GeneralMixing managed and unmanaged code Pin
Alexandru Savescu6-Jun-02 0:58
Alexandru Savescu6-Jun-02 0:58 
GeneralRe: Mixing managed and unmanaged code Pin
Nish Nishant6-Jun-02 1:38
sitebuilderNish Nishant6-Jun-02 1:38 
GeneralRe: Mixing managed and unmanaged code Pin
Alexandru Savescu7-Jun-02 10:00
Alexandru Savescu7-Jun-02 10:00 
GeneralRe: Mixing managed and unmanaged code Pin
Nish Nishant7-Jun-02 14:07
sitebuilderNish Nishant7-Jun-02 14:07 
GeneralRe: Mixing managed and unmanaged code Pin
Alexandru Savescu7-Jun-02 21:48
Alexandru Savescu7-Jun-02 21:48 
GeneralRe: Mixing managed and unmanaged code Pin
Nish Nishant7-Jun-02 21:45
sitebuilderNish Nishant7-Jun-02 21:45 
GeneralFatest Way Around Pin
Sidney5-Jun-02 15:33
Sidney5-Jun-02 15:33 
GeneralRe: Fatest Way Around Pin
Alexandru Savescu5-Jun-02 18:01
Alexandru Savescu5-Jun-02 18:01 
GeneralRe: Fatest Way Around Pin
Sidney5-Jun-02 18:22
Sidney5-Jun-02 18:22 
GeneralRe: Fatest Way Around Pin
Alexandru Savescu5-Jun-02 18:22
Alexandru Savescu5-Jun-02 18:22 
GeneralRe: Fatest Way Around Pin
Sidney6-Jun-02 9:06
Sidney6-Jun-02 9:06 
GeneralRe: Fatest Way Around Pin
Alexandru Savescu6-Jun-02 9:35
Alexandru Savescu6-Jun-02 9:35 
GeneralRe: Fatest Way Around Pin
Sidney6-Jun-02 11:04
Sidney6-Jun-02 11:04 
GeneralRe: Fatest Way Around Pin
Alexandru Savescu6-Jun-02 19:50
Alexandru Savescu6-Jun-02 19:50 
GeneralRe: Fatest Way Around Pin
Sidney5-Jun-02 18:28
Sidney5-Jun-02 18:28 
GeneralRe: Fatest Way Around Pin
Sidney6-Jun-02 9:03
Sidney6-Jun-02 9:03 
GeneralRe: Fatest Way Around Pin
Alexandru Savescu7-Jun-02 10:03
Alexandru Savescu7-Jun-02 10:03 

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.