Serializer
Default serializer for ObjectId.
:bson-multiplatform
and :bson-official
both override this serializer. This serializer exists so that @Contextual
is not required. It may also be used to convert the DTOs to other formats, like JSON.
Using this serializer, ObjectId is represented as if it were a String.
Avoid interacting with this type directly.