Package com.allanbank.mongodb.bson

Strongly typed, immutable implementation of the BSON Specification.

See: Description

Package com.allanbank.mongodb.bson Description

Strongly typed, immutable implementation of the BSON Specification.

Usage

A Document represents a single BSON document. It is composed of 0-N Elements.

The Visitor pattern is used internally for traversing a Document's structure.

Sub-Packages

The com.allanbank.mongodb.bson.builder package contains builder interfaces to aid in constructing BSON Documents.

The com.allanbank.mongodb.bson.element package contains all of the type specific BSON element types. Most users will never have to directly interface with these classes by using the Visitor pattern.

The com.allanbank.mongodb.bson.impl package contains the concrete Document implementation.

In the com.allanbank.mongodb.bson.io package is a collection of classes to read and write BSON Documents.

Copyright ©:
2012-2013, Allanbank Consulting, Inc., All Rights Reserved

Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.