From b26923c966f2cb99fb9cafba3888b0e8e7e9acd5 Mon Sep 17 00:00:00 2001 From: Vectornaut Date: Tue, 29 Apr 2025 00:10:14 +0000 Subject: [PATCH] Mention round-trip criteria --- Serialization.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Serialization.md b/Serialization.md index 9e95bac..f4be176 100644 --- a/Serialization.md +++ b/Serialization.md @@ -22,6 +22,10 @@ We want a format which is: * Represents floating-point values faithfully and readably * A decimal format would be best +## Behavior + +We want write-read and write-read-write round trips to be faithful. + # Framework and format ## Rust frameworks