pavlospt
private inline fun <reified T> fromBytes(byteArray: ByteArray?) = gson.fromJson(String(bytes = byteArray), T::class.java)