zigzago

Results 7 issues of zigzago

Because we can't always add a NonEncodeNull annotation

I have an object with a Long property, but the value is stored as Double. When I try to deserialize it: ``` org.bson.BsonInvalidOperationException: Value expected to be of type INT64...

enhancement
help wanted

@marcdejonge @chakwok Here are all the configuration classes at this time: - [CollectionNameFormatter](https://github.com/Litote/kmongo/blob/master/kmongo-shared/src/main/kotlin/org/litote/kmongo/util/CollectionNameFormatter.kt) - [UpdateConfiguration](https://github.com/Litote/kmongo/blob/master/kmongo-shared/src/main/kotlin/org/litote/kmongo/util/UpdateConfiguration.kt) - [ObjectMappingConfiguration (only supported by "native" mapping for now)](https://github.com/Litote/kmongo/blob/master/kmongo-shared/src/main/kotlin/org/litote/kmongo/util/ObjectMappingConfiguration.kt) And for jackson mapping: - KMongoConfiguration...

enhancement
help wanted

Starting from 1.4.0, `@SerialName` is no longer usable with reflection at runtime. The workaround provided fro now by KMongo is to use `@MongoId `& `@MongoProperty` to detect custom `@SerialName` at...

enhancement
help wanted

like https://kotlinlang.org/docs/reference/type-safe-builders.html

enhancement
help wanted

Starting with 0.4.5 Because of the published gradle metadata: https://repo1.maven.org/maven2/com/github/jershell/kbson/0.4.5/kbson-0.4.5.module