Open GoogleCodeExporter opened 9 years ago
Ok, never mind. It doesn't seem to be doing this anymore...
Original comment by sharedpr...@gmail.com
on 25 Aug 2010 at 9:12
In the core "protobuf" spec there is sadly no "null" - it is either there or it
isn't. And an empty list (which includes dictionary for our puroses) simply
isn't there.
If your constructor initialises the dictionary it should be fine.
Original comment by marc.gravell
on 26 Aug 2010 at 11:26
Yeah. You probably already realized this, but if you switch to using
FormatterServices.GetUninitializedObject() as innahema suggested in Issue 106,
you will have to serialize a flag for each list to determine whether it was
empty or null.
Original comment by sharedpr...@gmail.com
on 27 Aug 2010 at 7:52
Oh sorry, I see this duplicates Issue 58.
Original comment by sharedpr...@gmail.com
on 27 Aug 2010 at 7:56
Original issue reported on code.google.com by
sharedpr...@gmail.com
on 13 Aug 2010 at 8:44