summaryrefslogtreecommitdiff
path: root/runtime/common/src/main/kotlin/kotlinx/serialization/cbor/Deprecated.kt
blob: 36b671da94756edd40bc39dd38f9306f6354f37c (plain)
1
2
3
4
5
6
7
8
9
package kotlinx.serialization.cbor

import kotlinx.serialization.deprecationText

@Deprecated(deprecationText, ReplaceWith("Cbor"), DeprecationLevel.WARNING)
typealias CBOR = Cbor

@Deprecated(deprecationText, ReplaceWith("CborDecodingException"), DeprecationLevel.WARNING)
typealias CBORDecodingException = CborDecodingException