Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
a2ca2621
"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "8a16e12f3a7f10d124b26aeb7975cd2bf4a81695"
Commit
a2ca2621
authored
Aug 24, 2012
by
Davis King
Browse files
updated docs
parent
a66870ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/docs/other.xml
docs/docs/other.xml
+2
-2
No files found.
docs/docs/other.xml
View file @
a2ca2621
...
@@ -978,7 +978,7 @@
...
@@ -978,7 +978,7 @@
<description>
<description>
This is actually a set of overloaded functions which provide the ability to restore an object's state
This is actually a set of overloaded functions which provide the ability to restore an object's state
from an input stream. Currently all dlib container classes, non pointer C++ intrinsics, std::string,
from an input stream. Currently all dlib container classes, non pointer C++ intrinsics, std::string,
std::vector, std::map, std::complex, dlib::bigint, dlib::uint64, dlib::int64, C style arrays, and dlib::vector objects are serializable.
std::vector, std::map,
std::set,
std::complex, dlib::bigint, dlib::uint64, dlib::int64, C style arrays, and dlib::vector objects are serializable.
<p>
<p>
You can also use serialize() and deserialize() to read/write Google protocol buffer objects. However,
You can also use serialize() and deserialize() to read/write Google protocol buffer objects. However,
note that dlib::serialize() writes additional delimiting bytes at the start of each protocol buffer message.
note that dlib::serialize() writes additional delimiting bytes at the start of each protocol buffer message.
...
@@ -1002,7 +1002,7 @@
...
@@ -1002,7 +1002,7 @@
<description>
<description>
This is actually a set of overloaded functions which provide the ability to save an object's state
This is actually a set of overloaded functions which provide the ability to save an object's state
to an output stream. Currently all dlib container classes, non pointer C++ intrinsics, std::string,
to an output stream. Currently all dlib container classes, non pointer C++ intrinsics, std::string,
std::vector, std::map, std::complex, dlib::bigint, dlib::uint64, dlib::int64, C style arrays, and dlib::vector objects are serializable.
std::vector, std::map,
std::set,
std::complex, dlib::bigint, dlib::uint64, dlib::int64, C style arrays, and dlib::vector objects are serializable.
<p>
<p>
You can also use serialize() and deserialize() to read/write Google protocol buffer objects. However,
You can also use serialize() and deserialize() to read/write Google protocol buffer objects. However,
note that dlib::serialize() writes additional delimiting bytes at the start of each protocol buffer message.
note that dlib::serialize() writes additional delimiting bytes at the start of each protocol buffer message.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment