From 8d22b2d1805879a1deb55c55a25533e8d89e5a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 4 Aug 2020 16:27:25 +0200 Subject: [PATCH] Add a sentence about serialization --- .../doc/Stream_support/IOstream.txt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Stream_support/doc/Stream_support/IOstream.txt b/Stream_support/doc/Stream_support/IOstream.txt index 80de6e5a30f..8fb9b7f128d 100644 --- a/Stream_support/doc/Stream_support/IOstream.txt +++ b/Stream_support/doc/Stream_support/IOstream.txt @@ -17,15 +17,16 @@ to and from files, the console, or other custom structures. \subsection StreamSupportOutline Outline -- \ref IOstreamIO : the most essential data structures of \cgal, its kernel objects, all provide - adapted input and output operators. In addition, \cgal provides tools to enhance - the existing stream system of the STL to easily read and write classes external to \cgal. -- \ref IOstreamSupportedFormats : a number of traditional data structures such as point sets or - polygon meshes have well-established standards specifying - a particular data format to facilitate data exchanges. Formats - supported for \cgal data structures are detailed in this section. - The page \ref IOStreamSupportedFileFormats offers the reversed viewpoint - (file format to \cgal data structure). +- \ref IOstreamIO : + the most essential data structures of \cgal, its kernel objects, all provide + adapted input and output operators. In addition, \cgal provides tools to enhance + the existing stream system of the STL to easily read and write classes external to \cgal. +- \ref IOstreamSupportedFormats : + a number of traditional data structures such as point sets or polygon meshes have well-established + standards specifying a particular data format to facilitate data exchanges. Formats supported + for \cgal data structures are detailed in this section; the page \ref IOStreamSupportedFileFormats + offers the reversed viewpoint (file format to \cgal data structure). Finally, an alternative to + standard file formats is serialization of data, see Section \ref IOstreamOther. \section IOstreamPrecision Stream Precision