This combination did the trick -- basically I upgraded to a version of the mongo-java-driver that has a serializable Binary type and excluded the mongo-java-driver that comes with the...
Type: Posts; User: hnluu; Keyword(s):
This combination did the trick -- basically I upgraded to a version of the mongo-java-driver that has a serializable Binary type and excluded the mongo-java-driver that comes with the...
I would like to use org.bson.types.Binary for the _id field as part of a RooMongoEntity, but that doesn't seem to be supported currently as I am getting the following exception:
"Type...