Class JSONSerializers

java.lang.Object
com.mongodb.util.JSONSerializers

@Deprecated public class JSONSerializers extends Object
Deprecated.
This class has been superseded by to toJson and parse methods on BasicDBObject
Defines static methods for getting ObjectSerializer instances that produce various flavors of JSON.
See Also:
  • Method Details

    • getLegacy

      public static ObjectSerializer getLegacy()
      Deprecated.
      Returns an ObjectSerializer that mostly conforms to the strict JSON format defined in extended JSON, but with a few differences to keep compatibility with previous versions of the driver. Clients should generally prefer getStrict in preference to this method.
      Returns:
      object serializer
      See Also:
    • getStrict

      public static ObjectSerializer getStrict()
      Deprecated.
      Returns an ObjectSerializer that conforms to the strict JSON format defined in extended JSON.
      Returns:
      object serializer