mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +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
@@ -59,7 +59,7 @@ public:
|
||||
|
||||
static
|
||||
std::unique_ptr<STBase>
|
||||
deserialize (SerializerIterator& sit, SField::ref name)
|
||||
deserialize (SerialIter& sit, SField::ref name)
|
||||
{
|
||||
return std::make_unique<STBitString> (name, sit.getBitString<Bits> ());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user