Click here to Skip to main content
15,894,180 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
Thornik23-Jun-16 0:53
Thornik23-Jun-16 0:53 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd23-Jun-16 11:15
Super Lloyd23-Jun-16 11:15 
GeneralRe: Tada! A new serializer is coming! Pin
_groo_23-Jun-16 2:53
_groo_23-Jun-16 2:53 
QuestionRe: Tada! A new serializer is coming! Pin
Super Lloyd23-Jun-16 11:23
Super Lloyd23-Jun-16 11:23 
PraiseRe: Tada! A new serializer is coming! Pin
Ksmith @ MC Weekly23-Jun-16 6:47
Ksmith @ MC Weekly23-Jun-16 6:47 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd23-Jun-16 11:24
Super Lloyd23-Jun-16 11:24 
GeneralRe: Tada! A new serializer is coming! Pin
HenryWDC24-Jun-16 5:50
HenryWDC24-Jun-16 5:50 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd24-Jun-16 10:36
Super Lloyd24-Jun-16 10:36 
I was about to replay (once again, like 2 thread above above protocol buffer): Ignorance.

But then, following your link (for Avro serializer at least) and going down the memory lane on protocol buffer with a CP Article, the answer is obvious: I want something as simple as NewtonSoft JsonConverter. It should just work!

And also it should work with object or subclass.
And while you can use some attribute with it, it should work fine without any!
In a word I want to serialize that (without any more hidden work!):
C#
class Data {
  public object Something;
  public List<object> MoreThings { get; } = new List<object>();
}
All in one Menu-Ribbon Bar
DirectX for WinRT/C# since 2013!
Taking over the world since 1371!

GeneralWell, kudos to DevExpress PinPopular
Marc Clifton21-Jun-16 5:57
mvaMarc Clifton21-Jun-16 5:57 
GeneralRe: Well, kudos to DevExpress Pin
Sander Rossel21-Jun-16 8:27
professionalSander Rossel21-Jun-16 8:27 
GeneralRe: Well, kudos to DevExpress Pin
Mark_Wallace21-Jun-16 13:11
Mark_Wallace21-Jun-16 13:11 
GeneralRe: Well, kudos to DevExpress Pin
Super Lloyd21-Jun-16 13:31
Super Lloyd21-Jun-16 13:31 
GeneralRe: Well, kudos to DevExpress Pin
Mark_Wallace21-Jun-16 13:47
Mark_Wallace21-Jun-16 13:47 
GeneralRe: Well, kudos to DevExpress Pin
Marc Clifton22-Jun-16 1:38
mvaMarc Clifton22-Jun-16 1:38 
GeneralChina creates world’s fastest computer without relying on US hardware for first time Pin
2374121-Jun-16 5:56
2374121-Jun-16 5:56 
JokeRe: China creates world’s fastest computer without relying on US hardware for first time Pin
Cornelius Henning21-Jun-16 5:59
professionalCornelius Henning21-Jun-16 5:59 
GeneralRe: China creates world’s fastest computer without relying on US hardware for first time Pin
Richard Deeming21-Jun-16 6:02
mveRichard Deeming21-Jun-16 6:02 
GeneralRe: China creates world’s fastest computer without relying on US hardware for first time Pin
Sander Rossel21-Jun-16 8:30
professionalSander Rossel21-Jun-16 8:30 
GeneralRe: China creates world’s fastest computer without relying on US hardware for first time Pin
Kornfeld Eliyahu Peter21-Jun-16 6:38
professionalKornfeld Eliyahu Peter21-Jun-16 6:38 
GeneralRe: China creates world’s fastest computer without relying on US hardware for first time Pin
jeron121-Jun-16 7:05
jeron121-Jun-16 7:05 
GeneralRe: China creates world’s fastest computer without relying on US hardware for first time Pin
Mark_Wallace21-Jun-16 10:25
Mark_Wallace21-Jun-16 10:25 
GeneralRe: China creates world’s fastest computer without relying on US hardware for first time Pin
jeron121-Jun-16 10:38
jeron121-Jun-16 10:38 
GeneralRe: China creates world’s fastest computer without relying on US hardware for first time Pin
Mark_Wallace21-Jun-16 13:07
Mark_Wallace21-Jun-16 13:07 
GeneralRe: China creates world’s fastest computer without relying on US hardware for first time Pin
Super Lloyd21-Jun-16 13:28
Super Lloyd21-Jun-16 13:28 
GeneralRe: China creates world’s fastest computer without relying on US hardware for first time Pin
Mark_Wallace21-Jun-16 13:35
Mark_Wallace21-Jun-16 13:35 

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.