Package org.bson

Class RawBsonArray

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

@Deprecated(since="2022-10-31") public class RawBsonArray extends BsonArray implements Serializable
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
An immutable BSON array that is represented using only the raw bytes.
Since:
3.7
See Also: