C# Class Newtonsoft.Json.Serialization.TraceJsonReader

Inheritance: JsonReader, IJsonLineInfo
显示文件 Open project: JamesNK/Newtonsoft.Json Class Usage Examples

Private Properties

Property Type Description
IJsonLineInfo bool

Public Methods

Method Description
Close ( ) : void
GetDeserializedJsonMessage ( ) : string
Read ( ) : bool
ReadAsBoolean ( ) : bool?
ReadAsBytes ( ) : byte[]
ReadAsDateTime ( ) : DateTime?
ReadAsDateTimeOffset ( ) : DateTimeOffset?
ReadAsDecimal ( ) : decimal?
ReadAsDouble ( ) : double?
ReadAsInt32 ( ) : int?
ReadAsString ( ) : string
TraceJsonReader ( JsonReader innerReader ) : System

Private Methods

Method Description
IJsonLineInfo ( ) : bool

Method Details

Close() public method

public Close ( ) : void
return void

GetDeserializedJsonMessage() public method

public GetDeserializedJsonMessage ( ) : string
return string

Read() public method

public Read ( ) : bool
return bool

ReadAsBoolean() public method

public ReadAsBoolean ( ) : bool?
return bool?

ReadAsBytes() public method

public ReadAsBytes ( ) : byte[]
return byte[]

ReadAsDateTime() public method

public ReadAsDateTime ( ) : DateTime?
return DateTime?

ReadAsDateTimeOffset() public method

public ReadAsDateTimeOffset ( ) : DateTimeOffset?
return DateTimeOffset?

ReadAsDecimal() public method

public ReadAsDecimal ( ) : decimal?
return decimal?

ReadAsDouble() public method

public ReadAsDouble ( ) : double?
return double?

ReadAsInt32() public method

public ReadAsInt32 ( ) : int?
return int?

ReadAsString() public method

public ReadAsString ( ) : string
return string

TraceJsonReader() public method

public TraceJsonReader ( JsonReader innerReader ) : System
innerReader JsonReader
return System