boost/libs/multiprecision/doc/tutorial_serialization.qbk
2021-10-05 21:37:46 +02:00

20 lines
721 B
Plaintext

[/
Copyright 2011 - 2020 John Maddock.
Copyright 2013 - 2019 Paul A. Bristow.
Copyright 2013 Christopher Kormanyos.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt).
]
[section:serial Boost.Serialization Support]
Support for serialization comes in two forms:
* Classes __number, __debug_adaptor, __logged_adaptor and __rational_adaptor have "pass through" serialization
support which requires the underlying backend to be serializable.
* Backends __cpp_int, __cpp_bin_float, __cpp_dec_float and __float128__ have full support for Boost.Serialization.
[endsect] [/section:serialization Boost Serialization]