mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
STPathElement and STPath classes. Better Json-ization of serialized types.
This commit is contained in:
@@ -99,7 +99,7 @@ public:
|
||||
void set(SOElement *t, SerializerIterator& u);
|
||||
|
||||
int getLength() const;
|
||||
SerializedTypeID getSType() const { return STI_OBJECT; }
|
||||
virtual SerializedTypeID getSType() const { return STI_OBJECT; }
|
||||
virtual bool isEquivalent(const SerializedType& t) const;
|
||||
|
||||
void add(Serializer& s) const;
|
||||
|
||||
Reference in New Issue
Block a user