pub fn descriptors_to_json( runtime: &Runtime, ids: &[TypeId], ) -> Result<String, SoilError>
Serialize registered types back to the descriptor JSON format. Fails on Native ignored-defaults, which are code, not data.
Native