Kotlin Serialization Snippets
Konsist can be used to guard the consistency of classes related to the [Kotlin Serialization](https://kotlinlang. org/docs/serialization.html) library.
1. Classes Annotated With Serializable
Have All Properties Annotated With SerialName
Serializable
Have All Properties Annotated With SerialName
2. Enum Classes Annotated With Serializable
Have All Enum Constants Annotated With SerialName
Serializable
Have All Enum Constants Annotated With SerialName
3. All Models Are Serializable
Last updated