This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Serializable | |
data class $NAME$(override val version: String, | |
override val href: String, | |
override val attributes: $ATTRTYPE$, | |
override val items: List<$ITEMTYPE$>, | |
override val links: $LINKTYPE$): CDoc<$ATTRTYPE$, $ITEMTYPE$, $LINKTYPE$> { | |
@Serializer(forClass = $NAME$::class) | |
companion object: KSerializer<$NAME$> { | |
@ImplicitReflectionSerializer |
OlderNewer