BusBoy
2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
cpp
api
serialize
AlgorithmConfigSerializer.h
Go to the documentation of this file.
1
17
#ifndef __BUSBOY_ALGORITHM_CONFIG_SERIALIZER_H__
18
#define __BUSBOY_ALGORITHM_CONFIG_SERIALIZER_H__
19
20
#include <string>
21
#include "
algorithm/algorithm_api.h
"
22
#include "
Serializer.h
"
23
24
namespace
BUSBOY {
25
26
class
AlgorithmConfigSerializer
:
public
Serializer
{
27
28
public
:
29
30
virtual
std::string
serializeAlgorithmConfig
(
const
AlgorithmConfig
& config)
const
=0;
31
32
virtual
AlgorithmConfig
deserializeAlgorithmConfig
(
const
std::string& data)
const
=0;
33
34
};
35
36
}
37
#endif
38
Tue Nov 11 2014 23:19:41
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.