Is it possible to deserialize a fixed size array o...
# serialization
z
Is it possible to deserialize a fixed size array of two objects of different types, that I know ahead of time? I can't make them a sealed class, and I'm unsure on how to write a KSerializer, as I need to provide a descriptor and a serializer and a deserializer