All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avito.android.OwnerSerializer.kt Maven / Gradle / Ivy

There is a newer version: 2024.32
Show newest version
package com.avito.android

import com.avito.android.model.Owner

@Deprecated("Not used anymore and expended by OwnerFieldSerializer and their implementations")
public interface OwnerSerializer {

    public fun deserialize(rawOwner: String): Owner

    public fun serialize(owner: Owner): String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy