We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ebf19 commit c5febf6Copy full SHA for c5febf6
1 file changed
kwamp-core/src/main/kotlin/com/laurencegarmstrong/kwamp/core/serialization/json/JsonMessageSerializer.kt
@@ -6,7 +6,6 @@ import com.laurencegarmstrong.kwamp.core.isWhole
6
import com.laurencegarmstrong.kwamp.core.messages.Message
7
import com.laurencegarmstrong.kwamp.core.messages.MessageType
8
import com.laurencegarmstrong.kwamp.core.serialization.MessageSerializer
9
-import sun.rmi.runtime.Log
10
import java.io.StringReader
11
import java.nio.charset.Charset
12
@@ -66,4 +65,4 @@ private val MAP_CONVERTER = object : Converter {
66
65
override fun fromJson(jv: JsonValue): Map<String, Any?> = HashMap(jv.obj!!).mapValues(this::convertEntry)
67
68
private fun convertEntry(entry: Map.Entry<String, Any?>) = Klaxon().converter(this).convertJsonObject(entry.value)
69
-}
+}
0 commit comments