RetailerPersistentProvider

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val jsonConverter: Gson

Functions

Link copied to clipboard
Link copied to clipboard
fun <T> read(type: Class<out T>, source: Reader): T
Link copied to clipboard
fun <T> readJson(type: Class<out T>, source: Reader): T
Link copied to clipboard
fun <Type> validate(type: Class<out Type>, value: String): Boolean
Link copied to clipboard
Link copied to clipboard
inline fun <T> writeJson(input: T): ByteArrayOutputStream