niXman / yas

Yet Another Serialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I serialize a structure with more than 64 parameters?

diamond0209 opened this issue · comments

I try to serialize a structure with more than 64 params, and it failed .
I add a YAS_PP_TUPLE_TO_SEQ_65 to fit the params size but it still failed.
Am I missing something please?

PS:
I use the YAS_OBJECT to do the serilization

Check if this can help you: #36 (comment)

@diamond0209 please close the issue.