|
@@ -119,6 +119,11 @@ public:
|
|
bool smartPointerSerialization;
|
|
bool smartPointerSerialization;
|
|
bool saving;
|
|
bool saving;
|
|
|
|
|
|
|
|
+ bool hasFeature(Version what)
|
|
|
|
+ {
|
|
|
|
+ return version >= what;
|
|
|
|
+ };
|
|
|
|
+
|
|
BinarySerializer(IBinaryWriter * w);
|
|
BinarySerializer(IBinaryWriter * w);
|
|
|
|
|
|
template<typename Base, typename Derived>
|
|
template<typename Base, typename Derived>
|