Browse Source
A simple call of toString() on a DBObject might result in an exception if the DBObject contains objects that are non-native MongoDB types (i.e. types that need to be converted prior to persistence). We now use SerializationUtils.serializeToJsonSafely(…) to avoid exceptions.1.5.x
2 changed files with 12 additions and 1 deletions
Loading…
Reference in new issue