Packages

package bson

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AnyCodec extends Codec[Any]

    AnyCodec: Capable of encoding/decoding values of Any type by fetching the correct type from a CodecRegistry.

    AnyCodec: Capable of encoding/decoding values of Any type by fetching the correct type from a CodecRegistry.

    NOTE: Requested types must be available within the Regsitry specified.

  2. class PiCodecProvider extends CodecProvider

    Provider for Codecs for PiObject, Chan, ChanMap, PiResource, PiFuture

    Provider for Codecs for PiObject, Chan, ChanMap, PiResource, PiFuture

    Created using this as an example: https://github.com/mongodb/mongo-scala-driver/blob/master/bson/src/main/scala/org/mongodb/scala/bson/codecs/DocumentCodecProvider.scala

Value Members

  1. object BsonUtil

Ungrouped