How would I write a SerialDescriptor for a list th...
# serialization
a
How would I write a SerialDescriptor for a list that can have different types ? I need to create a serializer for
Triple<A, B, C>
class as an array 🙂