C# Class IronRuby.JsonExt.Generator

Afficher le fichier Open project: nrk/ironruby-json

Méthodes publiques

Méthode Description
ToJson ( System.Boolean self ) : MutableString
ToJson ( ConversionStorage toS, IDictionary self, GeneratorState state, int depth ) : MutableString
ToJson ( Double self, GeneratorState state ) : MutableString
ToJson ( DynamicNull self ) : MutableString
ToJson ( Int32 self ) : MutableString
ToJson ( MutableString self ) : MutableString
ToJson ( RubyContext context, IList self, GeneratorState state, int depth ) : MutableString
ToJson ( RubyContext context, Object self ) : MutableString
ToJsonRaw ( IronRuby.Runtime.RubyScope scope, MutableString self ) : MutableString
ToJsonRawObject ( IronRuby.Runtime.RubyScope scope, MutableString self ) : Hash

Private Methods

Méthode Description
Transform ( ConversionStorage toS, IDictionary self, GeneratorState state, int depth ) : MutableString
Transform ( RubyContext context, IList self, GeneratorState state, int depth ) : MutableString

Method Details

ToJson() public static méthode

public static ToJson ( System.Boolean self ) : MutableString
self System.Boolean
Résultat MutableString

ToJson() public static méthode

public static ToJson ( ConversionStorage toS, IDictionary self, GeneratorState state, int depth ) : MutableString
toS ConversionStorage
self IDictionary
state GeneratorState
depth int
Résultat MutableString

ToJson() public static méthode

public static ToJson ( Double self, GeneratorState state ) : MutableString
self Double
state GeneratorState
Résultat MutableString

ToJson() public static méthode

public static ToJson ( DynamicNull self ) : MutableString
self DynamicNull
Résultat MutableString

ToJson() public static méthode

public static ToJson ( Int32 self ) : MutableString
self System.Int32
Résultat MutableString

ToJson() public static méthode

public static ToJson ( MutableString self ) : MutableString
self MutableString
Résultat MutableString

ToJson() public static méthode

public static ToJson ( RubyContext context, IList self, GeneratorState state, int depth ) : MutableString
context RubyContext
self IList
state GeneratorState
depth int
Résultat MutableString

ToJson() public static méthode

public static ToJson ( RubyContext context, Object self ) : MutableString
context RubyContext
self Object
Résultat MutableString

ToJsonRaw() public static méthode

public static ToJsonRaw ( IronRuby.Runtime.RubyScope scope, MutableString self ) : MutableString
scope IronRuby.Runtime.RubyScope
self MutableString
Résultat MutableString

ToJsonRawObject() public static méthode

public static ToJsonRawObject ( IronRuby.Runtime.RubyScope scope, MutableString self ) : Hash
scope IronRuby.Runtime.RubyScope
self MutableString
Résultat Hash