mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cleanups and fixes.
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
virtual bool isEquivalent(const SerializedType& t) const;
|
||||
|
||||
void add(Serializer& s) const; // with start/end of object
|
||||
virtual void addRaw(Serializer& s) const; // just inner elements
|
||||
virtual void addData(Serializer& s) const; // just inner elements
|
||||
Serializer getSerializer() const { Serializer s; add(s); return s; }
|
||||
std::string getFullText() const;
|
||||
std::string getText() const;
|
||||
|
||||
Reference in New Issue
Block a user