Sending a Tuple object over WCF?

Posted by Donut on Stack Overflow See other posts from Stack Overflow or by Donut
Published on 2010-04-28T20:21:08Z Indexed on 2010/04/28 21:07 UTC
Read the original article Hit count: 970

Filed under:
|
|
|
|

Is the System.Tuple class supported by WCF's Data Contract Serializer (i.e., can I pass Tuple objects to WCF calls and/or receive them as part or all of the result)?

I found this page, but not the clear, definitive "you can send and receive Tuples with WCF" answer I was hoping for.

I'm guessing that you can, as long as all of the types within the Tuple itself are supported by the Data Contract Serializer -- can anyone provide me with a more definitive answer? Thanks.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wcf