Tuple Support

Issue #55 resolved
Yusuf Ismail repo owner created an issue

Add support for tuples as inputs and outputs, granted that the members of the tuples are also supported

Comments (4)

  1. Yusuf Ismail reporter
    • changed status to open

    V2.3.0 supports serialization of tuples, but not with the Net 2.0 api. This is because it uses ITuple as of now which is not present

  2. Yusuf Ismail reporter

    ValueTuple and Tuple with 2-7 elements are now supported by the parser. 8+ element tuples are not yet supported

  3. Yusuf Ismail reporter

    Custom serialization is not supported on NET. 2.0 standard, and the type parser/serializer does not understand the tuple syntax, but other than that they are complete and ready for V2.3.0

  4. Log in to comment