Hi i was trying out ProtoBuf serialization and tho...
# serialization
t
Hi i was trying out ProtoBuf serialization and thought it might be enough to make sure we do not have any null values. also i read that colelctions must have a default value. so i made sure that's the case, too. Yet im ending with exceptions trying to deserialize from hex string. with exceptions like "Expected wire type 0, but found 2; nested exception is kotlinx.serialization.protobuf.internal.ProtobufDecodingException: Expected wire type 0, but found 2". Any idea how to debug this?