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

commonMain.kotlinx.serialization.internal.JsonInternalDependencies.kt Maven / Gradle / Ivy

package kotlinx.serialization.internal

import kotlinx.serialization.descriptors.*

/*
 * Methods that are required for kotlinx-serialization-json, but are not effectively public.
 *
 * Anything marker with this annotation is not intended for public use.
 */
@RequiresOptIn(level = RequiresOptIn.Level.ERROR)
internal annotation class CoreFriendModuleApi

@CoreFriendModuleApi
public fun SerialDescriptor.jsonCachedSerialNames(): Set = cachedSerialNames()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy