Click here to Skip to main content
15,908,776 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd21-Jun-16 17:35
Super Lloyd21-Jun-16 17:35 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd2-Jul-16 2:45
Super Lloyd2-Jul-16 2:45 
GeneralRe: Tada! A new serializer is coming! Pin
Jörgen Andersson21-Jun-16 18:31
professionalJörgen Andersson21-Jun-16 18:31 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd21-Jun-16 18:54
Super Lloyd21-Jun-16 18:54 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd2-Jul-16 2:46
Super Lloyd2-Jul-16 2:46 
GeneralRe: Tada! A new serializer is coming! Pin
DaveAuld21-Jun-16 21:46
professionalDaveAuld21-Jun-16 21:46 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd21-Jun-16 22:26
Super Lloyd21-Jun-16 22:26 
GeneralRe: Tada! A new serializer is coming! Pin
BillWoodruff21-Jun-16 21:58
professionalBillWoodruff21-Jun-16 21:58 
Congratulations on your breakthrough !

I do wonder if you have really explored systematically what the WCF Serialization/Deserialization tools (DataContract, DataMember, etc.) can do.

For example, I can serialize/deserialize a WinForm TreeView TreeNodeCollection object by providing the necessary Type declarations and 'KnownType Attributes. I intend to publish this technique soon, since I have not seen it before (which doesn't mean it isn't "out there").

There is also a remarkable serializer presented in an article here on CodeProject, by Christophe Bertrand (2015), that is the only serializer I've seen that can serialize WinForm Controls as is [1] : [^].

[1] "as is:" i.e., not by creating a kind of "shadow class" that serializes only certain Properties, Fields, etc.
«There is a spectrum, from "clearly desirable behaviour," to "possibly dodgy behavior that still makes some sense," to "clearly undesirable behavior." We try to make the latter into warnings or, better, errors. But stuff that is in the middle category you don’t want to restrict unless there is a clear way to work around it.» Eric Lippert, May 14, 2008

AnswerRe: Tada! A new serializer is coming! Pin
Super Lloyd21-Jun-16 22:59
Super Lloyd21-Jun-16 22:59 
GeneralRe: Tada! A new serializer is coming! Pin
BillWoodruff21-Jun-16 23:51
professionalBillWoodruff21-Jun-16 23:51 
QuestionRe: Tada! A new serializer is coming! Pin
curtis175723-Jun-16 9:16
curtis175723-Jun-16 9:16 
AnswerRe: Tada! A new serializer is coming! Pin
Super Lloyd23-Jun-16 11:32
Super Lloyd23-Jun-16 11:32 
GeneralRe: Tada! A new serializer is coming! Pin
curtis175723-Jun-16 18:32
curtis175723-Jun-16 18:32 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd21-Jun-16 23:27
Super Lloyd21-Jun-16 23:27 
GeneralRe: Tada! A new serializer is coming! Pin
Marc Clifton22-Jun-16 1:44
mvaMarc Clifton22-Jun-16 1:44 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd22-Jun-16 2:15
Super Lloyd22-Jun-16 2:15 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd22-Jun-16 9:41
Super Lloyd22-Jun-16 9:41 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd2-Jul-16 2:46
Super Lloyd2-Jul-16 2:46 
GeneralRe: Tada! A new serializer is coming! Pin
peterchen22-Jun-16 6:07
peterchen22-Jun-16 6:07 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd22-Jun-16 9:57
Super Lloyd22-Jun-16 9:57 
GeneralRe: Tada! A new serializer is coming! Pin
peterchen23-Jun-16 23:40
peterchen23-Jun-16 23:40 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd24-Jun-16 0:00
Super Lloyd24-Jun-16 0:00 
GeneralRe: Tada! A new serializer is coming! Pin
peterchen24-Jun-16 1:43
peterchen24-Jun-16 1:43 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd24-Jun-16 1:49
Super Lloyd24-Jun-16 1:49 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd2-Jul-16 2:47
Super Lloyd2-Jul-16 2:47 

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.