1 /* 2 * Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. 3 */ 4 5 package kotlinx.serialization.internal 6 7 @Suppress("UNUSED") 8 @Deprecated("Inserted into generated code and should not be used directly", level = DeprecationLevel.HIDDEN) 9 public class SerializationConstructorMarker private constructor() 10