Commit Graph

14 Commits (3addc8dfffb1e5b1dbd8570cf427ccd3fc13cdb9)

Author SHA1 Message Date
Varun Agrawal c0b65b2488 Add Eigen/Core header 2021-11-29 17:34:08 -05:00
Varun Agrawal 120a69d7db add workaround for Eigen serialization issue 2021-11-29 16:41:13 -05:00
Gerry Chen b37be7d640 rename serialization functions with less ambiguous names
According to Varun's suggestion.
Note: string functions should be automatically inlined by compiler to avoid passing big strings.
2020-06-24 14:33:08 -04:00
Gerry Chen 6d75e992e8 serialization docstrings 2020-06-24 14:16:00 -04:00
Gerry Chen a4737d4706 formatting to Google style 2020-06-22 21:18:43 -04:00
Gerry Chen 327cbc515f Separate stream creation and serialization
Recommended by @ProfFan in #343 with the objective of making
(de)serialize to string and to file more similar
2020-06-22 21:15:07 -04:00
Varun Agrawal 8a9ade0025 remove extra semicolon 2020-06-11 10:58:44 -05:00
Gerry Chen 780345bc27 put file stream inside scope to force buffer flush
This was already fixed for serializeXML but not for serializeToXMLFile or
deserializeFromXMLFile.
2020-06-09 02:24:58 -04:00
Duy-Nguyen Ta 1cdc228d6a remove trailing spaces 2019-02-11 10:58:34 -05:00
Frank Dellaert fe1daec086 Changed include error as in http://boost.2283326.n4.nabble.com/boost-serialization-Serializing-Dynamically-Loaded-Libraries-quot-Unregistered-Void-Cast-quot-td2570981.html 2018-12-30 16:24:19 -05:00
Chris Beall 4b2070df2b Fix xml roundtrip serialization crash in boost 1.66-1.68. 2018-11-20 15:02:15 -08:00
cbeall3 9af20808d4 renamed incorrectly named serialization function 2014-02-04 11:05:25 -05:00
Alex Cunningham e1fc90ad14 Added direct saving to/from files for graph/values serialization 2013-06-13 14:29:31 +00:00
Alex Cunningham 19f7da62dd Refactored existing serialization functionality, added exposed interface for serialization 2013-06-12 19:30:20 +00:00