Click here to Skip to main content
15,901,373 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: All my test went from Green to Red! :'( Pin
Super Lloyd1-Jul-16 6:10
Super Lloyd1-Jul-16 6:10 
GeneralRe: All my test went from Green to Red! :'( Pin
kmoorevs1-Jul-16 6:10
kmoorevs1-Jul-16 6:10 
GeneralRe: All my test went from Green to Red! :'( Pin
Super Lloyd1-Jul-16 6:26
Super Lloyd1-Jul-16 6:26 
GeneralRe: All my test went from Green to Red! :'( Pin
ZurdoDev1-Jul-16 6:54
professionalZurdoDev1-Jul-16 6:54 
GeneralRe: All my test went from Green to Red! :'( Pin
Stephen Gonzalez1-Jul-16 7:35
Stephen Gonzalez1-Jul-16 7:35 
GeneralRe: All my test went from Green to Red! :'( Pin
TheGreatAndPowerfulOz1-Jul-16 7:16
TheGreatAndPowerfulOz1-Jul-16 7:16 
GeneralRe: All my test went from Green to Red! :'( Pin
BillWoodruff1-Jul-16 10:10
professionalBillWoodruff1-Jul-16 10:10 
GeneralRe: All my test went from Green to Red! :'( Pin
Super Lloyd1-Jul-16 18:36
Super Lloyd1-Jul-16 18:36 
Hi Bill,

Good of you to post that, I spot another bug in my library! Smile | :)

As a side note this meant to be a document serializer to save my document file easily and efficiently. I am not expecting to cover everything here!
For one thing my serializer explicitly DOES NOT support (just ignore) pointers, IntPtr, Delegates, and private field / properties (unless explicitly specified)
Anyhow it was worth trying some of your suggestions, so...

As to each suggested type:
  1. What about FastJSON?
    I am not even trying (to be as fast), since I purposely avoided System.Emit, as it is NOT supported on UWP, .NET Core, Android, iOS
  2. What about Dictionary<Class1Instance, Dictionary<Class2Instance, Class1Instance>>
    Pfff, peanuts! Poke tongue | ;-P
  3. What about dynamic?
    You know what? While I have no clue I expected it to fail. However it currently fail on an unexpected bug, so still testing...
    The dynamic was deserialized as a Missing (my build in result for when I can't restore the type) wit all the property there! Poke tongue | ;-P
  4. What about a WinForm form with RTF text and TreeNode collection?
    Same here.. I am not too concerned by success, but I got an unexpected bug: Type.GetType("System.Drawing.Bitmap,System.Drawing") returns null... OMG | :OMG: D'Oh! | :doh: mmm.. since I do NOT want to be restricted by the assembly version number, I might have to use type registration after all.. still in progress....
All in one Menu-Ribbon Bar
DirectX for WinRT/C# since 2013!
Taking over the world since 1371!


modified 2-Jul-16 1:00am.

GeneralRe: All my test went from Green to Red! :'( Pin
BillWoodruff1-Jul-16 19:09
professionalBillWoodruff1-Jul-16 19:09 
GeneralRe: All my test went from Green to Red! :'( Pin
Super Lloyd1-Jul-16 19:28
Super Lloyd1-Jul-16 19:28 
GeneralRe: All my test went from Green to Red! :'( Pin
Super Lloyd1-Jul-16 19:49
Super Lloyd1-Jul-16 19:49 
GeneralRe: All my test went from Green to Red! :'( Pin
Super Lloyd1-Jul-16 23:41
Super Lloyd1-Jul-16 23:41 
GeneralThought of the day PinPopular
OriginalGriff1-Jul-16 4:53
mveOriginalGriff1-Jul-16 4:53 
GeneralRe: Thought of the day Pin
User 84201-Jul-16 5:00
User 84201-Jul-16 5:00 
GeneralRe: Thought of the day Pin
jeron11-Jul-16 5:13
jeron11-Jul-16 5:13 
GeneralRe: Thought of the day Pin
Corporal Agarn1-Jul-16 5:17
professionalCorporal Agarn1-Jul-16 5:17 
GeneralRe: Thought of the day Pin
Bootking1-Jul-16 5:54
Bootking1-Jul-16 5:54 
GeneralRe: Thought of the day Pin
W Balboos, GHB1-Jul-16 6:03
W Balboos, GHB1-Jul-16 6:03 
GeneralRe: Thought of the day Pin
90823651-Jul-16 7:41
90823651-Jul-16 7:41 
GeneralI post two replies.. PinPopular
Wastedtalent1-Jul-16 3:58
professionalWastedtalent1-Jul-16 3:58 
GeneralRe: I post two replies.. Pin
den2k881-Jul-16 4:02
professionalden2k881-Jul-16 4:02 
GeneralRe: I post two replies.. Pin
OriginalGriff1-Jul-16 4:14
mveOriginalGriff1-Jul-16 4:14 
GeneralRe: I post two replies.. PinPopular
Slacker0071-Jul-16 4:16
professionalSlacker0071-Jul-16 4:16 
GeneralRe: I post two replies.. Pin
The pompey1-Jul-16 4:36
The pompey1-Jul-16 4:36 
GeneralRe: I post two replies.. Pin
den2k881-Jul-16 4:17
professionalden2k881-Jul-16 4:17 

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.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   504 votes