Interfaces
 InterfaceDescription
 ICouchDatabaseReader ICouchDatabaseReader interprets service result and applied attributes to database objects.
 ICouchDatabaseWriter ICouchDatabaseWriter handle serializing service requests in JSON format.
 ICouchDocumentReader ICouchDocumentReader interprets service results and applies attributes to targeted documents.
 ICouchDocumentWriter ICouchDocumentWriter serialized documents to JSON objects for service requests.
Classes
 ClassDescription
 CouchDatabaseReader CouchDatabaseReader interprets data returned from the service and applies attributes to target database.
 CouchDatabaseWriter CouchDatabaseWriter interprets a target database and writes any attributes related.
 CouchDocumentReader CouchDocumentReader interprets result returned from service and applies any related attributes to target document.
 CouchDocumentWriter CouchDocumentWriter handles writing attributes from a target document to an object that CouchDB can interpret.