Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
55c7d8e1
Commit
55c7d8e1
authored
Jul 15, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarified spec
parent
d13c84fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
serialize.h
dlib/serialize.h
+4
-0
No files found.
dlib/serialize.h
View file @
55c7d8e1
...
...
@@ -32,6 +32,10 @@
ensures
- #item == a deserialized copy of the serializable_type that was
in the input stream in.
- Reads all the bytes associated with the serialized serializable_type
contained inside the input stream and no more. This means you
can serialize multiple objects to an output stream and then read
them all back in, one after another, using deserialize().
- if (serializable_type implements the enumerable interface) then
- item.at_start() == true
throws
...
...
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