BusBoy  2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ExternalAlgorithmSerializer.h
Go to the documentation of this file.
1 
17 #ifndef __BUSBOY_EXTERNAL_ALGORITHM_SERIALIZER_H__
18 #define __BUSBOY_EXTERNAL_ALGORITHM_SERIALIZER_H__
19 
20 #include <string>
21 #include "dataset/dataset_api.h"
22 #include "external/external_api.h"
24 
25 namespace BUSBOY {
26 
27 class ExternalAlgorithmSerializerImpl;
28 
30 
31  public :
32 
34 
36 
37  void serializeAlgorithm(ExternalAlgorithm* extAlgo, const Algorithm& algo) const;
38 
39  void deserializeAlgorithm(const ExternalAlgorithm& extAlgo, Algorithm& algo) const;
40 
41  private :
42 
44 
45 
46 };
47 
48 }
49 #endif
50 

Copyright 2014 Google Inc. All rights reserved.