forked from blue/lmdbal
unit tests for serialization
This commit is contained in:
parent
e2dbea21d1
commit
17fb37075c
5 changed files with 352 additions and 18 deletions
|
@ -37,7 +37,7 @@ LMDBAL::Serializer<T>::Serializer(const T& value) :
|
|||
stream(&buffer)
|
||||
{
|
||||
buffer.open(QIODevice::ReadWrite);
|
||||
_setValue(value);
|
||||
_setData(value);
|
||||
}
|
||||
|
||||
template<class T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue