nirum icon indicating copy to clipboard operation
nirum copied to clipboard

Adopt external tagging to serialized union values

Open kanghyojun opened this issue 7 years ago • 0 comments

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.

kanghyojun avatar May 11 '18 13:05 kanghyojun