XmlCustomDateFormatTransformer

class XmlCustomDateFormatTransformer : Transform<LocalDateTime>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun read(value: String): LocalDateTime
Link copied to clipboard
open override fun write(value: LocalDateTime): String