douglarek
11/29/2016, 4:00 AM@Root
data class Configuration(@Element val server: Server, @Attribute val identity: Int)
data class Server(@Attribute val port: Int, @Element val host: String?, @Element val security: Security?)
data class Security(@Attribute val isSSL: Boolean, @Element val keyStore: String)
, it did not work