Package com.microsoft.tfs.core.persistence

Interface Summary
MergeHandler Monitors serialization and deserialization by PersistenceStore for update conflict events, and handles the conflicts when they are detected.
ObjectSerializer A ObjectSerializer is used to serialize and deserialize in-memory objects out to byte streams.
PersistenceStore
 

Class Summary
FilesystemPersistenceStore Implements PersistenceStore by persisting objects to files in directories on the filesystem.
LockMode Defines the lock modes used for serialization and deserialization with PersistenceStore.
PersistenceSecurity  
VersionedVendorFilesystemPersistenceStore Extends FilesystemPersistenceStore to automatically find the right base directory by looking in some system locations, depending on platform.
 



© 2015 Microsoft. All rights reserved.