Bharat Kumar
12/17/2023, 6:50 AMorg.bson.codecs.configuration.CodecConfigurationException: Unable to invoke primary constructor of Note data class
my data class is
@Serializable
data class Note(
@SerialName("_id")
@Contextual
val id: ObjectId = ObjectId(),
val title: String,
val userId:String,
val description: String,
val dateCreated: Long,
val dateUpdated: Long,
)
any help is really appriciatedBharat Kumar
12/17/2023, 7:12 AMUme Channel
12/17/2023, 10:03 AMMervyn McCreight
12/17/2023, 1:02 PMBharat Kumar
12/18/2023, 5:11 AMBharat Kumar
12/18/2023, 5:11 AMBharat Kumar
12/18/2023, 5:14 AMBharat Kumar
12/18/2023, 5:14 AMUme Channel
12/18/2023, 1:29 PM