public class ToScalaCollectionBSONDecoder$ extends Object implements BSONDecoder<Object>
Modifier and Type | Field and Description |
---|---|
static ToScalaCollectionBSONDecoder$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ToScalaCollectionBSONDecoder$() |
public static final ToScalaCollectionBSONDecoder$ MODULE$
public Object decode(byte t, DataInput input)
BSONDecoder
decode
in interface BSONDecoder<Object>
t
- the type of data to extractinput
- the reader to get values from