C# Class EDNReaderTestCS.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.
Inheritance: TypeHandlers.BaseTypeHandler
显示文件 Open project: neurensic/edn-dot-net Class Usage Examples

Public Methods

Method Description
handleTag ( EDNParserTypes.EDNValueParsed>.Tuple tagAndValue ) : object
handleValue ( EDNParserTypes ednValueParsed ) : object

Method Details

handleTag() public method

public handleTag ( EDNParserTypes.EDNValueParsed>.Tuple tagAndValue ) : object
tagAndValue EDNParserTypes.EDNValueParsed>.Tuple
return object

handleValue() public method

public handleValue ( EDNParserTypes ednValueParsed ) : object
ednValueParsed EDNParserTypes
return object