Implementation / rollout tracker for work items in RFC 0005 which standardizes serialization logic and adds structure to support version updates. Specifically, this RFC:
- Standardizes JSON format for BART and BCF and in R and Python
- Implements a "schema versioning" system to better track / manage future changes to the serialization format
- Makes clear when cross-platform deserialization works and explicitly rejects all other cases
- Allows for continued sampling without a JSON roundtrip
Implementation / rollout tracker for work items in RFC 0005 which standardizes serialization logic and adds structure to support version updates. Specifically, this RFC: