C# Class ServiceStack.Text.Jsv.JsvWriter

Datei anzeigen Open project: ServiceStack/ServiceStack.Text Class Usage Examples

Public Properties

Property Type Description
Instance JsWriter

Public Methods

Method Description
GetValueTypeToStringMethod ( Type type ) : WriteObjectDelegate
GetWriteFn ( Type type ) : WriteObjectDelegate
WriteLateBoundObject ( TextWriter writer, object value ) : void

Private Methods

Method Description
RemoveCacheFn ( Type forType ) : void

Method Details

GetValueTypeToStringMethod() public static method

public static GetValueTypeToStringMethod ( Type type ) : WriteObjectDelegate
type System.Type
return WriteObjectDelegate

GetWriteFn() public static method

public static GetWriteFn ( Type type ) : WriteObjectDelegate
type System.Type
return WriteObjectDelegate

WriteLateBoundObject() public static method

public static WriteLateBoundObject ( TextWriter writer, object value ) : void
writer System.IO.TextWriter
value object
return void

Property Details

Instance public_oe static_oe property

public static JsWriter Instance
return JsWriter