|
@@ -46,7 +46,7 @@ namespace ls::std::io
|
|
[[nodiscard]] ls::std::core::type::byte_field _marshalRows() const;
|
|
[[nodiscard]] ls::std::core::type::byte_field _marshalRows() const;
|
|
[[nodiscard]] ls::std::core::type::byte_field _marshalSectionId() const;
|
|
[[nodiscard]] ls::std::core::type::byte_field _marshalSectionId() const;
|
|
void _unmarshalRow(const ::std::string &_sectionRow, ls::std::io::SectionPairRowEnumType _type) const;
|
|
void _unmarshalRow(const ::std::string &_sectionRow, ls::std::io::SectionPairRowEnumType _type) const;
|
|
- void _unmarshalRows(const ls::std::core::type::byte_field &_serializedRows);
|
|
|
|
|
|
+ void _unmarshalRows(const ls::std::core::type::byte_field &_serializedRows) const;
|
|
[[nodiscard]] size_t _unmarshalSectionHeader(const ls::std::core::type::byte_field &_data) const;
|
|
[[nodiscard]] size_t _unmarshalSectionHeader(const ls::std::core::type::byte_field &_data) const;
|
|
};
|
|
};
|
|
}
|
|
}
|