From f7f9d81ab2ffb0e044165958b7eb43f2354687c6 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 17 Jul 2010 14:31:22 +0000 Subject: [PATCH] updated spec --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403747 --- dlib/rand/rand_kernel_abstract.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dlib/rand/rand_kernel_abstract.h b/dlib/rand/rand_kernel_abstract.h index 81085cb7d..b3196b730 100644 --- a/dlib/rand/rand_kernel_abstract.h +++ b/dlib/rand/rand_kernel_abstract.h @@ -115,6 +115,21 @@ namespace dlib provides a global swap function !*/ + void serialize ( + const rand& item, + std::ostream& out + ); + /*! + provides deserialization support + !*/ + + void deserialize ( + rand& item, + std::istream& in + ); + /*! + provides deserialization support + !*/ } #endif // DLIB_RAND_KERNEl_ABSTRACT_