UserProfilePhotosPhotosSerializer

object UserProfilePhotosPhotosSerializer : KSerializer<List<Photo>>

Functions

deserialize
Link copied to clipboard
common
open override fun deserialize(decoder: Decoder): List<Photo>
serialize
Link copied to clipboard
common
open override fun serialize(encoder: Encoder, value: List<Photo>)

Properties

descriptor
Link copied to clipboard
common
open override val descriptor: SerialDescriptor