This commit is contained in:
@ -77,6 +77,7 @@ class InputServiceServer {
|
||||
is PartData.FormItem -> {
|
||||
if (part.name == "description") {
|
||||
val gson = Gson()
|
||||
print(part.value)
|
||||
description = gson.fromJson(part.value, SampleObject::class.java)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user