C# Class ServiceStack.Text.Jsv.JsvWriter

Afficher le fichier Open project: ServiceStack/ServiceStack.Text Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance JsWriter

Méthodes publiques

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

Private Methods

Méthode Description
RemoveCacheFn ( Type forType ) : void

Method Details

GetValueTypeToStringMethod() public static méthode

public static GetValueTypeToStringMethod ( Type type ) : WriteObjectDelegate
type System.Type
Résultat WriteObjectDelegate

GetWriteFn() public static méthode

public static GetWriteFn ( Type type ) : WriteObjectDelegate
type System.Type
Résultat WriteObjectDelegate

WriteLateBoundObject() public static méthode

public static WriteLateBoundObject ( TextWriter writer, object value ) : void
writer System.IO.TextWriter
value object
Résultat void

Property Details

Instance public_oe static_oe property

public static JsWriter Instance
Résultat JsWriter