11#ifndef O2_FRAMEWORK_SERIALIZATIONMETHODS_H_
12#define O2_FRAMEWORK_SERIALIZATIONMETHODS_H_
45template <
typename T,
typename H
intType =
void>
53 static_assert(std::is_pointer<T>::value ==
false,
"wrapped type can not be a pointer");
54 static_assert(std::is_pointer<HintType>::value ==
false,
"hint type can not be a pointer");
69template <
typename T,
typename H
intType =
void>
77 static_assert(std::is_pointer<T>::value ==
false,
"wrapped type can not be a pointer");
78 static_assert(std::is_pointer<HintType>::value ==
false,
"hint type can not be a pointer");
CCDBSerialized(wrapped_type &ref, hint_type *hint=nullptr)
hint_type * getHint() const
T const & operator()() const
ROOTSerialized(wrapped_type &ref, hint_type *hint=nullptr)
hint_type * getHint() const
T const & operator()() const
Defining PrimaryVertex explicitly as messageable.