BSONDecoder
or have a static decode method.See: Description
Class | Description |
---|---|
PrimitiveBSONDecoder |
A method that turns non-object elements into java objects.
|
SkipAllBSONDecoder |
Skips all elements, ignoring them.
|
ToJavaCollectionBSONDecoder |
This takes a String that is properly JSONEncoded and turns it into a Java Collections object
|
ToScalaCollectionBSONDecoder |
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
|
ToScalaCollectionBSONDecoder$ |
This takes a String that is properly JSONEncoded and turns it into a Scala Collections object
|
BSONDecoder
or have a static decode method.