Package org.bson

Class RawBsonArray

All Implemented Interfaces:
Serializable, Cloneable, Iterable<BsonValue>, Collection<BsonValue>, List<BsonValue>

public class RawBsonArray extends BsonArray implements Serializable
An immutable BSON array that is represented using only the raw bytes.
Since:
3.7
See Also: