STPathElement and STPath classes. Better Json-ization of serialized types.

This commit is contained in:
JoelKatz
2012-05-19 01:09:59 -07:00
parent 99a8fd38cf
commit 567ac3c846
4 changed files with 259 additions and 50 deletions

View File

@@ -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;