We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5122332 commit 39b829fCopy full SHA for 39b829f
firebase-common/src/commonMain/kotlin/dev/gitlive/firebase/EncodeDecodeSettings.kt
@@ -5,8 +5,7 @@ import kotlinx.serialization.modules.SerializersModule
5
/**
6
* Settings used to configure encoding/decoding
7
*/
8
-public sealed interface EncodeDecodeSettings
9
-{
+public sealed interface EncodeDecodeSettings {
10
11
12
* The [SerializersModule] to use for serialization. This allows for polymorphic serialization on runtime
0 commit comments