You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by 韶隆吴 <ye...@gmail.com> on 2012/02/21 03:54:34 UTC

Java Object

How I can I used the java Object using the object in the thrift, like Map
<String,Object> so write

Re: Java Object

Posted by Mark Slee <ms...@fb.com>.
Thrift is statically typed and does not support heterogenous containers.
The objects in your map need to be of a concrete type.

On 2/20/12 6:54 PM, "韶隆吴" <ye...@gmail.com> wrote:

>How I can I used the java Object using the object in the thrift, like Map
><String,Object> so write