summaryrefslogtreecommitdiff
path: root/orkbasecxx/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/Object.h')
-rw-r--r--orkbasecxx/Object.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/orkbasecxx/Object.h b/orkbasecxx/Object.h
index 5674e55..64f5dc2 100644
--- a/orkbasecxx/Object.h
+++ b/orkbasecxx/Object.h
@@ -50,6 +50,11 @@ public:
virtual ObjectRef NewInstance() = 0;
virtual ObjectRef Process() = 0;
+
+ boost::shared_ptr<Serializer> GetSerializer();
+
+private:
+ boost::shared_ptr<Serializer> m_serializer;
};