On 3/25/11 3:04 PM, Jacob Carlborg wrote:
Don't know if this will be any problem with the Thrift protocol,
specially since C++ is supported, but D has very limited runtime
reflection support making it unnecessary hard to implement serialization.

Thrift and other, similar projects (like Google's Protocol Buffers) go the other way round anyway – you first define the data formats and RPC interfaces, and then use code generated from the definition to work with them in your application.

David

Reply via email to