- 21 Feb, 2019 1 commit
-
-
Xiang Dai authored
Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- 19 Dec, 2017 1 commit
-
-
Jie Luo authored
Add preserve UnknownFields Compare floating point values bitwise Add auto-generated header to C# generated files
-
- 09 Dec, 2017 1 commit
-
-
Jon Skeet authored
This is the manual code part of the Google.Protobuf library, and tests. Some tests will fail until codegen is changed and rerun.
-
- 12 Jul, 2017 1 commit
-
-
Jean-Rémy Bancel authored
-
- 06 Feb, 2017 1 commit
-
-
Jon Skeet authored
Fixes #2669.
-
- 11 Jan, 2016 1 commit
-
-
Jon Skeet authored
On deserialization, missing values for message types are replaced with a "default" message.
-
- 01 Oct, 2015 1 commit
-
-
Jon Skeet authored
This changes how we approach JSON formatting in general - instead of looking at the field a value came from, we just look at the type of the value. It's possible this *could* be slightly inefficient, but if we start caring about JSON performance deeply, we'll probably want to rewrite all of this anyway. It's definitely simpler this way. When we support dynamic messages, we'll need to modify JsonFormatter to handle enum values, as they won't come be "real" .NET enums at that point. It shouldn't be hard to do though.
-
- 10 Aug, 2015 1 commit
-
-
Jon Skeet authored
-
- 08 Aug, 2015 1 commit
-
-
Jon Skeet authored
-
- 30 Jul, 2015 1 commit
-
-
Jan Tattermusch authored
-
- 17 Jul, 2015 1 commit
-
-
Jon Skeet authored
We'll see what I've missed when CI fails...
-
- 16 Jul, 2015 1 commit
-
-
Jon Skeet authored
- We do still generate the message types, as otherwise reflection breaks, even though it doesn't actually use those types. - JSON handling hasn't been implemented yet
-
- 09 Jul, 2015 1 commit
-
-
Jon Skeet authored
... and some implementation changes to go with them.
-
- 25 Jun, 2015 2 commits