C# Class Jayrock.Json.Conversion.Converters.TestTupleImporter.ExportValueTestExporter

Inheritance: Jayrock.Json.Conversion.Converters.TupleExporter
Datei anzeigen Open project: atifaziz/Jayrock

Public Properties

Property Type Description
ForceNullContext bool
ForceNullWriter bool

Public Methods

Method Description
ExportValueTestExporter ( Type inputType ) : System

Protected Methods

Method Description
ExportValue ( ExportContext context, object value, JsonWriter writer ) : void

Method Details

ExportValue() protected method

protected ExportValue ( ExportContext context, object value, JsonWriter writer ) : void
context ExportContext
value object
writer JsonWriter
return void

ExportValueTestExporter() public method

public ExportValueTestExporter ( Type inputType ) : System
inputType System.Type
return System

Property Details

ForceNullContext public_oe property

public bool ForceNullContext
return bool

ForceNullWriter public_oe property

public bool ForceNullWriter
return bool