com.avito.android.OwnerSerializer.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of code-ownership-extensions Show documentation
Show all versions of code-ownership-extensions Show documentation
Collection of infrastructure libraries and gradle plugins of Avito Android project
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