SocketDataConverter

actual object SocketDataConverter

Android implementation of data converter using JSONObject

Functions

Link copied to clipboard
actual fun fromMap(map: Map<String, Any?>): Any
Link copied to clipboard
actual fun toMap(data: Any?): Map<String, Any?>