CatapultServer  v0.5.0.1 (Elephant)
CacheChangesSerializer.h File Reference
Include dependency graph for CacheChangesSerializer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::cache
 

Functions

template<typename TSerializer , typename TCacheDelta , typename TValue >
void catapult::cache::WriteCacheChanges (const SingleCacheChangesT< TCacheDelta, TValue > &changes, io::OutputStream &outputStream)
 Writes serialized cache changes into outputStream. More...
 
template<typename TSerializer , typename TValue >
void catapult::cache::ReadCacheChanges (io::InputStream &inputStream, MemoryCacheChangesT< TValue > &changes)
 Reads serialized cache changes from inputStream. More...