Added serialization
This commit is contained in:
parent
56ce7c5aa4
commit
5363af1071
5 changed files with 16 additions and 4 deletions
|
|
@ -4,7 +4,9 @@ import android.content.ContentValues
|
|||
import android.provider.Telephony
|
||||
import androidx.core.content.contentValuesOf
|
||||
import com.google.gson.annotations.SerializedName
|
||||
import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
data class MmsAddress(
|
||||
@SerializedName("address")
|
||||
val address: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue