Is your feature request related to a problem? Please describe.
Scala tuple1~22 has generics to define the type of elements. By using those information, the generated serializer code can be more efficient, and serialized size will be smaller.
Describe the solution you'd like
Implement a tuple serializer in fury/scala, adpat tuple in fury BaseObjectCodecBuilder
Is your feature request related to a problem? Please describe.
Scala tuple1~22 has generics to define the type of elements. By using those information, the generated serializer code can be more efficient, and serialized size will be smaller.
Describe the solution you'd like
Implement a tuple serializer in fury/scala, adpat tuple in fury
BaseObjectCodecBuilder