Adopt external tagging to serialized union values #266
Labels
cat:lang
Category: Language design
cmp:compiler
Component: Compiler backend (e.g., annotation processors, code generators)
dfct:easy
Difficulty: Easy
serde which is Rust's serialization/deserialization library give a option to represent enum. A deserializer doesn't need to read a whole JSON to know which tag is to deserialize if Nirum has a similar feature for Union type.
The text was updated successfully, but these errors were encountered: