Hi all, I'd like to provide a thrift interface for my tool. And in the service interface I need to return a customized type. But it seems that thrift only support return its own type system, or the types composite with the thrift's type system. My case is that the customized type has already exist it in my system, how can I wrap it to make thrift support it ?
Thanks for any help. -- Best Regards Jeff Zhang
