| Class | Description |
|---|---|
| BSONNode |
Represents a node in a BSON structure.
|
| DBObjectHierarchicalStreamReader |
HierarchicalStreamReader implementation that reads from a Mongo
DBObject structure that has been created
using the DBObjectHierarchicalStreamWriter. |
| DBObjectHierarchicalStreamWriter |
HierarchicalStreamWriter implementation that writes objects into a MongoDB DBObject structure.
|
| DBObjectToStringContentTypeConverter |
ContentTypeConverter implementation that converts a DBObject structure into a String containing its Binary JSON
representation.
|
| DBObjectXStreamSerializer |
XStream based serializer implementation that serializes objects into a Binary JSON structure.
|
| DocumentToStringContentTypeConverter |
ContentTypeConverter implementation that converts a BSON Document structure into a String containing its JSON
representation.
|
| StringToDBObjectContentTypeConverter |
ContentTypeConverter implementation that converts a String containing its Binary JSON representation into a DBObject
structure.
|
Copyright © 2010–2017. All rights reserved.