Persistent object store

A persistent object store is a type of computer storage system that records and retrieves complete objects, or provides the illusion of doing so. Simple examples store the serialized object in binary format (zeroes and ones). More complex examples include object databases or object-relational mapping systems, which combine a database system with support for easily storing objects. Many modern operating systems provide some sort of support for "persisting" objects in flat files, often based on XML or JSON.

The most important components of a persistent object store are:[1]

References

  1. Brown, A. L.; Morrison, R. (1992). "A Generic Persistent Object Store" (PDF). Software Engineering Journal. 7 (2). Retrieved 8 December 2015.
This article is issued from Wikipedia - version of the 9/30/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.