Byte[] in collections aren't pretty printed like regular binary fields
----------------------------------------------------------------------

                 Key: THRIFT-227
                 URL: https://issues.apache.org/jira/browse/THRIFT-227
             Project: Thrift
          Issue Type: Improvement
          Components: Compiler (Java)
            Reporter: Bryan Duxbury
            Priority: Trivial


In toString, we just delegate to the toString method of our embedded collection 
objects, which in turn call the toString of the byte[] collection elements. 
This results in [EMAIL PROTECTED] instead of 01 a3 17. It'd be nice if we could 
figure out a way to print the collection elements the same as regular fields. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to