Serializer

interface Serializer<T : Any>

Functions

encode
Link copied to clipboard
common
abstract fun encode(data: T): String