1

Do you have a corresponding example? I want to convert the transport format to protolbuff now. Thank you.

nao zhao
  • 29
  • 2

1 Answers1

1

Please read ServiceStack's ProtoBuf Format docs which shows an example of registering the ProtoBufFormat plugin as well as info on what you need to decorate your DTOs with so it can be serialized with ProtoBuf.

mythz
  • 141,670
  • 29
  • 246
  • 390