Adapter1

open class Adapter1 : XmlAdapter<ValueType, BoundType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun marshal(value: Integer): String
Link copied to clipboard
open fun unmarshal(value: String): Integer