# Nushell core team meeting 2025-03-12
## Attendees
- Michael
- Darren
- Piepmatz
- Yash
- Bahex
- Stefan
- Rose
- Douglas
- Andy
- Jack
- Jakub
- Devyn
## Agenda
- [x] Output format value serialization
- [x]
- [x]
## Discussed Topics
### Output format value serialization
- default/relaxed mode serialize values in a mode conducive to be converted back to proper type with `into value`
- centralizing serialization into a trait or something(?)
-