C# Class Jil.DeserializeDynamic.ObjectBuilder

Show file Open project: kevin-montrose/Jil Class Usage Examples

Public Properties

Property Type Description
BeingBuilt JsonObject
CommonStringBuffer StringBuilder
_BeingBuilt System.Reflection.FieldInfo

Public Methods

Method Description
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

Method Details

EndArray() public method

public EndArray ( ) : void
return void

EndObject() public method

public EndObject ( ) : void
return void

EndObjectMember() public method

public EndObjectMember ( ) : void
return void

ObjectBuilder() public method

public ObjectBuilder ( Options options ) : System
options Options
return System

PutFalse() public method

public PutFalse ( ) : void
return void

PutFastNumber() public method

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

PutNull() public method

public PutNull ( ) : void
return void

PutNumber() public method

public PutNumber ( double number ) : void
number double
return void

PutString() public method

public PutString ( string str ) : void
str string
return void

PutTrue() public method

public PutTrue ( ) : void
return void

StartArray() public method

public StartArray ( ) : void
return void

StartObject() public method

public StartObject ( ) : void
return void

StartObjectMember() public method

public StartObjectMember ( ) : void
return void

Property Details

BeingBuilt public property

public JsonObject,Jil.DeserializeDynamic BeingBuilt
return JsonObject

CommonStringBuffer public property

public StringBuilder CommonStringBuffer
return StringBuilder

_BeingBuilt public static property

public static FieldInfo,System.Reflection _BeingBuilt
return System.Reflection.FieldInfo