C# 클래스 IronRuby.JsonExt.Generator

파일 보기 프로젝트 열기: nrk/ironruby-json

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Transform ( ConversionStorage toS, IDictionary self, GeneratorState state, int depth ) : MutableString
Transform ( RubyContext context, IList self, GeneratorState state, int depth ) : MutableString

메소드 상세

ToJson() 공개 정적인 메소드

public static ToJson ( System.Boolean self ) : MutableString
self System.Boolean
리턴 MutableString

ToJson() 공개 정적인 메소드

public static ToJson ( ConversionStorage toS, IDictionary self, GeneratorState state, int depth ) : MutableString
toS ConversionStorage
self IDictionary
state GeneratorState
depth int
리턴 MutableString

ToJson() 공개 정적인 메소드

public static ToJson ( Double self, GeneratorState state ) : MutableString
self Double
state GeneratorState
리턴 MutableString

ToJson() 공개 정적인 메소드

public static ToJson ( DynamicNull self ) : MutableString
self DynamicNull
리턴 MutableString

ToJson() 공개 정적인 메소드

public static ToJson ( Int32 self ) : MutableString
self System.Int32
리턴 MutableString

ToJson() 공개 정적인 메소드

public static ToJson ( MutableString self ) : MutableString
self MutableString
리턴 MutableString

ToJson() 공개 정적인 메소드

public static ToJson ( RubyContext context, IList self, GeneratorState state, int depth ) : MutableString
context RubyContext
self IList
state GeneratorState
depth int
리턴 MutableString

ToJson() 공개 정적인 메소드

public static ToJson ( RubyContext context, Object self ) : MutableString
context RubyContext
self Object
리턴 MutableString

ToJsonRaw() 공개 정적인 메소드

public static ToJsonRaw ( IronRuby.Runtime.RubyScope scope, MutableString self ) : MutableString
scope IronRuby.Runtime.RubyScope
self MutableString
리턴 MutableString

ToJsonRawObject() 공개 정적인 메소드

public static ToJsonRawObject ( IronRuby.Runtime.RubyScope scope, MutableString self ) : Hash
scope IronRuby.Runtime.RubyScope
self MutableString
리턴 Hash