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
Afficher le fichier Open project: neurensic/edn-dot-net Class Usage Examples

Méthodes publiques

Méthode Description
handleTag ( EDNParserTypes.EDNValueParsed>.Tuple tagAndValue ) : object
handleValue ( EDNParserTypes ednValueParsed ) : object

Method Details

handleTag() public méthode

public handleTag ( EDNParserTypes.EDNValueParsed>.Tuple tagAndValue ) : object
tagAndValue EDNParserTypes.EDNValueParsed>.Tuple
Résultat object

handleValue() public méthode

public handleValue ( EDNParserTypes ednValueParsed ) : object
ednValueParsed EDNParserTypes
Résultat object