BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SerializerFactory.h
Go to the documentation of this file.
1 
17 #ifndef __BUSBOY_SERIALIZER_FACTORY_H__
18 #define __BUSBOY_SERIALIZER_FACTORY_H__
19 
20 #include "AlgorithmSerializer.h"
22 #include "DatasetSerializer.h"
23 #include "KeyspaceSerializer.h"
24 
25 namespace BUSBOY {
26 
28 
29  public :
30 
32 
34 
35  virtual DatasetSerializer* createDatasetSerializer() const =0;
36 
37  virtual KeyspaceSerializer* createKeyspaceSerializer() const =0;
38 
40 };
41 
42 }
43 #endif
44 

Copyright 2014 Google Inc. All rights reserved.