CatapultServer  v0.5.0.1 (Elephant)
HashLockInfoCacheSerializers.h
Go to the documentation of this file.
1 
21 #pragma once
22 #include "HashLockInfoCacheTypes.h"
26 
27 namespace catapult { namespace cache {
28 
30  struct HashLockInfoPrimarySerializer : public CacheSerializerAdapter<state::HashLockInfoSerializer, HashLockInfoCacheDescriptor> {};
31 
33  struct HashLockHeightGroupingSerializer : public IdentifierGroupSerializer<HashLockInfoCacheTypes::HeightGroupingTypesDescriptor> {};
34 }}
catapult::cache::HashLockHeightGroupingSerializer
Serializer for hash lock info cache height grouped elements.
Definition: HashLockInfoCacheSerializers.h:33
HashLockInfoSerializer.h
IdentifierGroupSerializer.h
CacheSerializerAdapter.h
catapult::cache::CacheSerializerAdapter
Cache serializer adapter.
Definition: CacheSerializerAdapter.h:31
catapult::cache::IdentifierGroupSerializer
Serializer for identifier group elements.
Definition: IdentifierGroupSerializer.h:30
catapult
Definition: AddressExtractionExtension.cpp:28
catapult::cache::HashLockInfoPrimarySerializer
Primary serializer for hash lock info cache.
Definition: HashLockInfoCacheSerializers.h:30
HashLockInfoCacheTypes.h