public final class ToJavaCollectionBSONDecoder extends Object implements BSONDecoder<Object>
Constructor and Description |
---|
ToJavaCollectionBSONDecoder() |
public Object decode(byte type, DataInput input) throws NullPointerException, IOException, ParseException, UnsupportedOperationException
BSONDecoder
decode
in interface BSONDecoder<Object>
type
- the type of data to extractinput
- the reader to get values fromNullPointerException
IOException
ParseException
UnsupportedOperationException