C# Class EDNReaderTestCS.SampleCustomWriter

Sample Writer/writer handler. Has the following custom behavior: - Handles System.TimeZoneInfo via a special tag. See the SampleCustomHandler for reading this type.
Inheritance: WriteHandlers.BaseWriteHandler
Afficher le fichier Open project: neurensic/edn-dot-net Class Usage Examples

Méthodes publiques

Méthode Description
handleEnumerable ( System enumerable, System stream, Object parent ) : void
handleObject ( object obj, System stream, Object parent ) : void

Method Details

handleEnumerable() public méthode

public handleEnumerable ( System enumerable, System stream, Object parent ) : void
enumerable System
stream System
parent Object
Résultat void

handleObject() public méthode

public handleObject ( object obj, System stream, Object parent ) : void
obj object
stream System
parent Object
Résultat void