From c74fba540448f1d4b1aec4de8f3d9ffc395fdde0 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 5 Oct 2025 18:05:07 -0400 Subject: Deprecate `deserialize` keyword and `.serialized()` method --- test/serialization.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/serialization.tm b/test/serialization.tm index 18858d0e..39c1624f 100644 --- a/test/serialization.tm +++ b/test/serialization.tm @@ -65,7 +65,7 @@ func main() >> obj := MyEnum.Two(123, "OKAY") >> bytes : [Byte] = obj >> roundtrip : MyEnum = bytes - assert deserialize(bytes -> MyEnum) == obj + assert roundtrip == obj do >> obj : Text? = "Hello" -- cgit v1.2.3