메소드 | 설명 | |
---|---|---|
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 |
public static IsMatchNext ( this reader, JsonToken token ) : bool | ||
reader | this | |
token | JsonToken | |
리턴 | bool |
public static MatchNext ( this reader, JsonToken token ) : void | ||
reader | this | |
token | JsonToken | |
리턴 | void |
public static ReadIntArray ( this reader, int approximateSize = 10 ) : int[] | ||
reader | this | |
approximateSize | int | |
리턴 | int[] |
public static ReadLongArray ( this reader, int approximateSize = 10 ) : long[] | ||
reader | this | |
approximateSize | int | |
리턴 | long[] |
public static ReadStringArray ( this reader, int approximateSize = 10 ) : string[] | ||
reader | this | |
approximateSize | int | |
리턴 | string[] |
public static Until ( this reader, JsonToken token ) : bool | ||
reader | this | |
token | JsonToken | |
리턴 | bool |