C# Class AcTools.Utils.Helpers.JsonDeserializationExtension

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
IsMatchNext ( this reader, JsonToken token ) : bool
MatchNext ( this reader, JsonToken token ) : void
ReadIntArray ( this reader, int approximateSize = 10 ) : int[]
ReadLongArray ( this reader, int approximateSize = 10 ) : long[]
ReadStringArray ( this reader, int approximateSize = 10 ) : string[]
Until ( this reader, JsonToken token ) : bool

Method Details

IsMatchNext() public static méthode

public static IsMatchNext ( this reader, JsonToken token ) : bool
reader this
token JsonToken
Résultat bool

MatchNext() public static méthode

public static MatchNext ( this reader, JsonToken token ) : void
reader this
token JsonToken
Résultat void

ReadIntArray() public static méthode

public static ReadIntArray ( this reader, int approximateSize = 10 ) : int[]
reader this
approximateSize int
Résultat int[]

ReadLongArray() public static méthode

public static ReadLongArray ( this reader, int approximateSize = 10 ) : long[]
reader this
approximateSize int
Résultat long[]

ReadStringArray() public static méthode

public static ReadStringArray ( this reader, int approximateSize = 10 ) : string[]
reader this
approximateSize int
Résultat string[]

Until() public static méthode

public static Until ( this reader, JsonToken token ) : bool
reader this
token JsonToken
Résultat bool