The protobuf spec kernel does not have a built-in mechanism for processing dates / times.
If you work between platforms, then, frankly, I suggest exposing it in a simpler way, for example long
(unix time or the like). protobuf-net uses a slightly more detailed layout to take advantage of the fact that many date and time values ββare pure dates, etc. There was BCL.proto on the project website, but I canβt find it right now ... It's weird (I will research). However: if the option is available: simply expose the data in a simpler way.
source share