C# 클래스 Jil.DeserializeDynamic.ObjectBuilder

파일 보기 프로젝트 열기: kevin-montrose/Jil 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BeingBuilt JsonObject
CommonStringBuffer StringBuilder
_BeingBuilt System.Reflection.FieldInfo

공개 메소드들

메소드 설명
EndArray ( ) : void
EndObject ( ) : void
EndObjectMember ( ) : void
ObjectBuilder ( Options options ) : System
PutFalse ( ) : void
PutFastNumber ( bool negative, ulong beforeDot, ulong afterDot, byte afterDotLength, long afterE ) : void
PutNull ( ) : void
PutNumber ( double number ) : void
PutString ( string str ) : void
PutTrue ( ) : void
StartArray ( ) : void
StartObject ( ) : void
StartObjectMember ( ) : void

메소드 상세

EndArray() 공개 메소드

public EndArray ( ) : void
리턴 void

EndObject() 공개 메소드

public EndObject ( ) : void
리턴 void

EndObjectMember() 공개 메소드

public EndObjectMember ( ) : void
리턴 void

ObjectBuilder() 공개 메소드

public ObjectBuilder ( Options options ) : System
options Options
리턴 System

PutFalse() 공개 메소드

public PutFalse ( ) : void
리턴 void

PutFastNumber() 공개 메소드

public PutFastNumber ( bool negative, ulong beforeDot, ulong afterDot, byte afterDotLength, long afterE ) : void
negative bool
beforeDot ulong
afterDot ulong
afterDotLength byte
afterE long
리턴 void

PutNull() 공개 메소드

public PutNull ( ) : void
리턴 void

PutNumber() 공개 메소드

public PutNumber ( double number ) : void
number double
리턴 void

PutString() 공개 메소드

public PutString ( string str ) : void
str string
리턴 void

PutTrue() 공개 메소드

public PutTrue ( ) : void
리턴 void

StartArray() 공개 메소드

public StartArray ( ) : void
리턴 void

StartObject() 공개 메소드

public StartObject ( ) : void
리턴 void

StartObjectMember() 공개 메소드

public StartObjectMember ( ) : void
리턴 void

프로퍼티 상세

BeingBuilt 공개적으로 프로퍼티

public JsonObject,Jil.DeserializeDynamic BeingBuilt
리턴 JsonObject

CommonStringBuffer 공개적으로 프로퍼티

public StringBuilder CommonStringBuffer
리턴 StringBuilder

_BeingBuilt 공개적으로 정적으로 프로퍼티

public static FieldInfo,System.Reflection _BeingBuilt
리턴 System.Reflection.FieldInfo