Click here to Skip to main content
15,920,217 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
peterchen4-Jul-16 2:27
peterchen4-Jul-16 2:27 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd4-Jul-16 14:41
Super Lloyd4-Jul-16 14:41 
GeneralRe: Tada! A new serializer is coming! Pin
Kent Bolton22-Jun-16 20:05
Kent Bolton22-Jun-16 20:05 
GeneralRe: Tada! A new serializer is coming! Pin
Super Lloyd22-Jun-16 20:07
Super Lloyd22-Jun-16 20:07 
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 
Well... ignorance perhaps?
I am only proficient with the .NET Serializer, DataContractSerializer, XmlSerializer and JsonSerializer.
None of them satisfied me...

So a few question about protobuf:
1. can it save IList, IList<T>, IDIctionary, IDictionary<K, V> ?
2. can it provide a simple mechanism (like surrogate) to serialize opaque type like Bitmap?
3. can it cope with a class which have different property altogether after serialization?
3.a. how does it do (3)? My serializer do 3 by saving class meta data once so that it knows what to read... does it do the same or does it save like JSON: ('property name' 'property value'), one my main contention with JSON... my serializer save type metada once, then only ('property value' 'property value' 'property value'......)
All in one Menu-Ribbon Bar
DirectX for WinRT/C# since 2013!
Taking over the world since 1371!

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 
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 

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.