Investigate the existing JsonReader and XmlReader classes in the Eto repository to understand their structure and implementation. Then design and implement corresponding JsonWriter and XmlWriter classes following the same patterns. Check the issue comments for any additional context or maintainer input. Focus on adding writer functionality that mirrors the reader API.
Serialization Writer? · picoe/Eto#688 | Good First Issue