is it possible to make idea issue a warning if a d...
# serialization
c
is it possible to make idea issue a warning if a data class with enums that have no
@SerialId
is serialized to protobuf? (protobuf serializes enums as ints and when they have no serialId the order matters. In json thats not a problem because enums are serialized as string.
p
Yep, that sounds like a lint job