nao zhao
nao zhao

Reputation: 29

How to use protobuff in the serviceStack framework

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

Upvotes: 1

Views: 25

Answers (1)

mythz
mythz

Reputation: 143374

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.

Upvotes: 1

Related Questions