Click here to Skip to main content
15,903,800 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: what kinds of serializer/deseriallizer do you use for a .NET class? Pin
Dave Kreskowiak31-Jan-15 10:41
mveDave Kreskowiak31-Jan-15 10:41 
GeneralRe: what kinds of serializer/deseriallizer do you use for a .NET class? Pin
Southmountain31-Jan-15 14:59
Southmountain31-Jan-15 14:59 
GeneralRe: what kinds of serializer/deseriallizer do you use for a .NET class? Pin
Super Lloyd31-Jan-15 14:29
Super Lloyd31-Jan-15 14:29 
GeneralRe: what kinds of serializer/deseriallizer do you use for a .NET class? Pin
Southmountain31-Jan-15 15:03
Southmountain31-Jan-15 15:03 
GeneralRe: what kinds of serializer/deseriallizer do you use for a .NET class? Pin
Super Lloyd31-Jan-15 15:45
Super Lloyd31-Jan-15 15:45 
GeneralRe: what kinds of serializer/deseriallizer do you use for a .NET class? Pin
Marc Clifton31-Jan-15 16:48
mvaMarc Clifton31-Jan-15 16:48 
GeneralRe: what kinds of serializer/deseriallizer do you use for a .NET class? Pin
#realJSOP1-Feb-15 3:01
professional#realJSOP1-Feb-15 3:01 
GeneralRe: what kinds of serializer/deseriallizer do you use for a .NET class? Pin
Dan Neely2-Feb-15 3:34
Dan Neely2-Feb-15 3:34 
The framework's binary Serializer is not intended to be used for data at rest; the intent was to make it as fast as possible for real time IPC and the resulting internal format is extremely brittle and will break if you change anything about the class (or worse its namespace). For all that, Google's Protocol Buffer library (.net flavor) is much faster at binary serialization while being much more flexible and having really good cross platform support as well Cool | :cool:
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius

Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

GeneralAnd another year rolls by... Pin
R. Giskard Reventlov31-Jan-15 5:44
R. Giskard Reventlov31-Jan-15 5:44 
GeneralRe: And another year rolls by... Pin
OriginalGriff31-Jan-15 5:47
mveOriginalGriff31-Jan-15 5:47 
GeneralRe: And another year rolls by... Pin
R. Giskard Reventlov31-Jan-15 14:54
R. Giskard Reventlov31-Jan-15 14:54 
GeneralRe: And another year rolls by... Pin
Ravi Bhavnani31-Jan-15 6:00
professionalRavi Bhavnani31-Jan-15 6:00 
GeneralRe: And another year rolls by... Pin
Kornfeld Eliyahu Peter31-Jan-15 7:39
professionalKornfeld Eliyahu Peter31-Jan-15 7:39 
GeneralRe: And another year rolls by... Pin
Ravi Bhavnani31-Jan-15 9:16
professionalRavi Bhavnani31-Jan-15 9:16 
GeneralRe: And another year rolls by... Pin
Kenneth Haugland31-Jan-15 9:36
mvaKenneth Haugland31-Jan-15 9:36 
GeneralRe: And another year rolls by... Pin
Ravi Bhavnani31-Jan-15 9:38
professionalRavi Bhavnani31-Jan-15 9:38 
GeneralRe: And another year rolls by... Pin
Sander Rossel31-Jan-15 10:15
professionalSander Rossel31-Jan-15 10:15 
GeneralRe: And another year rolls by... Pin
Ravi Bhavnani31-Jan-15 10:55
professionalRavi Bhavnani31-Jan-15 10:55 
GeneralRe: And another year rolls by... Pin
Garth J Lancaster31-Jan-15 13:51
professionalGarth J Lancaster31-Jan-15 13:51 
GeneralRe: And another year rolls by... Pin
Ravi Bhavnani31-Jan-15 16:06
professionalRavi Bhavnani31-Jan-15 16:06 
GeneralRe: And another year rolls by... Pin
Brisingr Aerowing31-Jan-15 14:26
professionalBrisingr Aerowing31-Jan-15 14:26 
GeneralRe: And another year rolls by... Pin
Ravi Bhavnani31-Jan-15 16:06
professionalRavi Bhavnani31-Jan-15 16:06 
GeneralRe: And another year rolls by... Pin
Roger Wright31-Jan-15 20:02
professionalRoger Wright31-Jan-15 20:02 
GeneralRe: And another year rolls by... Pin
Ravi Bhavnani31-Jan-15 20:03
professionalRavi Bhavnani31-Jan-15 20:03 
GeneralRe: And another year rolls by... Pin
thatraja31-Jan-15 20:09
professionalthatraja31-Jan-15 20:09 

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.