mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 23:45:51 +00:00
Refactor Serializer and SerializerIterator interfaces:
* Remove unused members * SerialIter holds only a pointer and offset now * Use free functions for some Serializer members * Use SerialIter in some places instead of Serializer
This commit is contained in:
committed by
Nik Bougalis
parent
a691632995
commit
bb4127a6fb
@@ -26,7 +26,7 @@
|
||||
namespace ripple {
|
||||
|
||||
std::unique_ptr<STBase>
|
||||
STVector256::deserialize (SerializerIterator& sit, SField::ref name)
|
||||
STVector256::deserialize (SerialIter& sit, SField::ref name)
|
||||
{
|
||||
auto vec = std::make_unique<STVector256> (name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user