I am trying to use Json for RPC. Is it supported? It seem so, but I can’t find example.
I did one myself, but I got timeout exception even I when I put big (10 sec) rpc timeout.
I would really appreciate rpc example with json.
It is more want, rather than need.
Protobuf-net tend to mess code with it’s ProtoMember[x] attributes, than JSON is one attribute per class.
I am aware that protobuf-net is better in terms of performance.
Mostly I was just curious, because it is not stated anywhere that rpc supports on protobuf-net.
One more thing.
Am I right at thinking that rpc is not supported on .net 2.0/3.5/Android/iOs/WinRT/WP8?
I think I am, so you should put a bold * on rpc feature, because it only works on .net 4.0. Your library is lovely because it supposed to work across all platforms/frameworks. RPC does not and it is very important to mention.