C# 클래스 AcTools.Utils.Helpers.JsonDeserializationExtension

파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
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

메소드 상세

IsMatchNext() 공개 정적인 메소드

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

MatchNext() 공개 정적인 메소드

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

ReadIntArray() 공개 정적인 메소드

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

ReadLongArray() 공개 정적인 메소드

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

ReadStringArray() 공개 정적인 메소드

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

Until() 공개 정적인 메소드

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