1. 21 Feb, 2019 1 commit
  2. 19 Dec, 2017 1 commit
  3. 09 Dec, 2017 1 commit
  4. 12 Jul, 2017 1 commit
  5. 06 Feb, 2017 1 commit
  6. 11 Jan, 2016 1 commit
  7. 01 Oct, 2015 1 commit
    • Jon Skeet's avatar
      Support ToString in RepeatedField and MapField. · 9ed6d4da
      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.
      9ed6d4da
  8. 10 Aug, 2015 1 commit
  9. 08 Aug, 2015 1 commit
  10. 30 Jul, 2015 1 commit
  11. 17 Jul, 2015 1 commit
  12. 16 Jul, 2015 1 commit
    • Jon Skeet's avatar
      First pass at wrapper types. · 8a0312b2
      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
      8a0312b2
  13. 09 Jul, 2015 1 commit
  14. 25 Jun, 2015 2 commits