C# (CSharp) EDNReaderTestCS Namespace

Classes

Name Description
Funcs
Program
SampleCustomHandler Sample EDN reader handler. Has the following custom behavior - Converts EDN maps to Dictionary instead of EDNMap. - Handles System.TimeZoneInfo via a special tag. See the SampleCustomPrinter for writing of the type.
SampleCustomWriter Sample Writer/writer handler. Has the following custom behavior: - Handles System.TimeZoneInfo via a special tag. See the SampleCustomHandler for reading this type.