SerialInfo

annotation class SerialInfo

Meta-annotation that commands the compiler plugin to handle the annotation as serialization-specific. Serialization-specific annotations are preserved in the SerialDescriptor and can be retrieved during serialization process with SerialDescriptor.getElementAnnotations.

Constructors

SerialInfo
Link copied to clipboard
fun SerialInfo()