aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/WellKnownTypes/AnyPartial.cs
Commit message (Collapse)AuthorAgeFilesLines
* Pack/Unpack implementation for Any.Jon Skeet2015-09-041-0/+79
We still need the JSON representation, which relies on something like a DescriptorPool to fetch message types from based on the type URL. That will come a bit later. (The DescriptorPool comment in this commit is just a note which will prove useful if we use DescriptorPool itself.)