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
Mostrar archivo Open project: neurensic/edn-dot-net Class Usage Examples

Public Methods

Method Description
handleEnumerable ( System enumerable, System stream, Object parent ) : void
handleObject ( object obj, System stream, Object parent ) : void

Method Details

handleEnumerable() public method

public handleEnumerable ( System enumerable, System stream, Object parent ) : void
enumerable System
stream System
parent Object
return void

handleObject() public method

public handleObject ( object obj, System stream, Object parent ) : void
obj object
stream System
parent Object
return void