package scala
- Alphabetic
- Public
- All
Type Members
-
trait
Deserializers
extends MongoConversionHelper
Converters for reading Scala types from MongoDB
Converters for reading Scala types from MongoDB
These should be setup in a way which requires an explicit invocation / registration of individual deserializers, else unexpected behavior will occur.
Because it's likely to be controversial, JodaDateTime is NOT mixed in by default.
- Since
1.0
- trait JodaDateTimeDeserializer extends MongoConversionHelper
- trait JodaDateTimeHelpers extends JodaDateTimeSerializer with JodaDateTimeDeserializer
- trait JodaDateTimeSerializer extends MongoConversionHelper
- trait JodaLocalDateTimeDeserializer extends MongoConversionHelper
- trait JodaLocalDateTimeHelpers extends JodaLocalDateTimeSerializer with JodaLocalDateTimeDeserializer
- trait JodaLocalDateTimeSerializer extends MongoConversionHelper
- trait OptionSerializer extends MongoConversionHelper
-
trait
ScalaCollectionSerializer
extends MongoConversionHelper
Implementation which is aware of the possible conversions in scalaj-collection and attempts to Leverage it...
Implementation which is aware of the possible conversions in scalaj-collection and attempts to Leverage it... Not all of these may be serializable by Mongo However... this is a first pass attempt at moving them to Java types
- trait ScalaProductSerializer extends MongoConversionHelper
- trait ScalaRegexSerializer extends MongoConversionHelper
-
trait
Serializers
extends MongoConversionHelper with ScalaRegexSerializer with ScalaCollectionSerializer with ScalaProductSerializer with OptionSerializer
Converters for saving Scala types to MongoDB
Converters for saving Scala types to MongoDB
For the most part these are 'safe' to enable automatically, as they won't break existing code. Be very careful with the deserializers however as they can come with unexpected behavior.
Because it's likely to be controversial, JodaDateTime is NOT mixed in by default.
- Since
1.0
Value Members
- object DeregisterJodaLocalDateTimeConversionHelpers extends JodaLocalDateTimeHelpers
- object DeregisterJodaTimeConversionHelpers extends JodaDateTimeHelpers
-
object
RegisterConversionHelpers
extends Serializers with Deserializers
" Register" Object, calls the registration methods.
" Register" Object, calls the registration methods.
By default does not include JodaDateTime as this may be undesired behavior. If you want JodaDateTime support, please use the RegisterJodaTimeConversionHelpers Object
- Since
1.0
- See also
RegisterJodaTimeConversionHelpers
- object RegisterJodaLocalDateTimeConversionHelpers extends JodaLocalDateTimeHelpers
- object RegisterJodaTimeConversionHelpers extends JodaDateTimeHelpers
Deprecated Value Members
-
object
DeregisterConversionHelpers
extends Serializers with Deserializers
"DeRegister" Object, calls the unregistration methods.
"DeRegister" Object, calls the unregistration methods.
- Annotations
- @deprecated
- Deprecated
(Since version 2.0)
- Since
1.0