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
AlgorithmSerializer.h
Go to the documentation of this file.
1
17
#ifndef __BUSBOY_ALGORITHM_SERIALIZER_H__
18
#define __BUSBOY_ALGORITHM_SERIALIZER_H__
19
20
#include "
algorithm/algorithm_api.h
"
21
#include "
Serializer.h
"
22
23
namespace
BUSBOY {
24
25
class
AlgorithmSerializer
:
public
Serializer
{
26
27
public
:
28
29
virtual
std::string
serializeAlgorithm
(
const
Algorithm
& algo)
const
=0;
30
31
virtual
void
deserializeAlgorithm
(
const
std::string& serializedAlgo,
Algorithm
& algo)
const
=0;
32
33
};
34
35
}
36
#endif
37
Tue Nov 11 2014 23:19:41
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.