Target filter
Search Kotlin docs
  • Platforms
  • Tealium Prism Kotlin
core/com.tealium.prism.core.api.data/Deserializer

Deserializer

fun interface Deserializer<T, R>

Transforms an input object of type T to an output object of type R

Functions

deserialize
Link copied to clipboard
abstract fun deserialize(value: T): R

From the input value of type T, this method should produce an output of type R

Generated by Dokka
(c) Tealium 2026