C# Class Jil.DeserializeDynamic.ObjectBuilder

Afficher le fichier Open project: kevin-montrose/Jil Class Usage Examples

Méthodes publiques

Свойство Type Description
BeingBuilt JsonObject
CommonStringBuffer StringBuilder
_BeingBuilt System.Reflection.FieldInfo

Méthodes publiques

Méthode 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 méthode

public EndArray ( ) : void
Résultat void

EndObject() public méthode

public EndObject ( ) : void
Résultat void

EndObjectMember() public méthode

public EndObjectMember ( ) : void
Résultat void

ObjectBuilder() public méthode

public ObjectBuilder ( Options options ) : System
options Options
Résultat System

PutFalse() public méthode

public PutFalse ( ) : void
Résultat void

PutFastNumber() public méthode

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

PutNull() public méthode

public PutNull ( ) : void
Résultat void

PutNumber() public méthode

public PutNumber ( double number ) : void
number double
Résultat void

PutString() public méthode

public PutString ( string str ) : void
str string
Résultat void

PutTrue() public méthode

public PutTrue ( ) : void
Résultat void

StartArray() public méthode

public StartArray ( ) : void
Résultat void

StartObject() public méthode

public StartObject ( ) : void
Résultat void

StartObjectMember() public méthode

public StartObjectMember ( ) : void
Résultat void

Property Details

BeingBuilt public_oe property

public JsonObject,Jil.DeserializeDynamic BeingBuilt
Résultat JsonObject

CommonStringBuffer public_oe property

public StringBuilder CommonStringBuffer
Résultat StringBuilder

_BeingBuilt public_oe static_oe property

public static FieldInfo,System.Reflection _BeingBuilt
Résultat System.Reflection.FieldInfo