C# Class AcTools.Utils.Helpers.JsonDeserializationExtension

Exibir arquivo Open project: gro-ove/actools

Public Methods

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

public static IsMatchNext ( this reader, JsonToken token ) : bool
reader this
token JsonToken
return bool

MatchNext() public static method

public static MatchNext ( this reader, JsonToken token ) : void
reader this
token JsonToken
return void

ReadIntArray() public static method

public static ReadIntArray ( this reader, int approximateSize = 10 ) : int[]
reader this
approximateSize int
return int[]

ReadLongArray() public static method

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

ReadStringArray() public static method

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

Until() public static method

public static Until ( this reader, JsonToken token ) : bool
reader this
token JsonToken
return bool