Skip to content

Commit 8a254a8

Browse files
KotlinSerializationSerdeFactory should be open (#476)
1 parent e31c2cc commit 8a254a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-api-kotlin/src/main/kotlin/dev/restate/sdk/kotlin/serialization/KotlinSerializationSerdeFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import kotlinx.serialization.modules.SerializersModule
3636
* this class, and then register it using the [dev.restate.sdk.annotation.CustomSerdeFactory]
3737
* annotation.
3838
*/
39-
class KotlinSerializationSerdeFactory
39+
open class KotlinSerializationSerdeFactory
4040
@JvmOverloads
4141
constructor(private val json: Json = Json.Default) : SerdeFactory {
4242

0 commit comments

Comments
 (0)