1
0
mirror of https://github.com/danog/math.git synced 2025-01-22 21:51:22 +01:00

Added precision about serialization

This commit is contained in:
Benjamin Morel 2015-01-27 18:00:31 +01:00
parent cdd6257fd0
commit 80b85d3859

View File

@ -117,4 +117,5 @@ Rounding mode | Description
### Serialization ### Serialization
`BigInteger` and `BigDecimal` can be safely serialized. `BigInteger` and `BigDecimal` can be safely serialized on a machine and unserialized on another.
No context is stored in the serialized variable, only the value.