Adapter2

open class Adapter2 : XmlAdapter<ValueType, BoundType>

Constructors

Link copied to clipboard
constructor()

Functions

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