I am trying to write some code that will generate accurate .proto files from the protobuf-net (V2) runtime type model, so I can write a python client capable of deserializing protobuf-net generated messages.
I am a little bit stuck on what the messages should look like for datetime though, can anyone shed some light on this?
Thanks <3