C# 클래스 numl.Serialization.JsonReader

상속: IDisposable
파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
IsNull ( ) : bool
JsonReader ( TextReader reader ) : System
Read ( ) : object

Reads from the current JSON serialized stream.

ReadArrayProperty ( ) : JsonArray

Reads an array property from the JSON serialized stream.

ReadMatrix ( ) : Matrix

Reads a Matrix from the underlying Json stream.

ReadMatrixProperty ( ) : JsonProperty

Reads the matrix property.

ReadProperty ( ) : JsonProperty

Reads a property from the JSON serialized stream.

ReadVector ( ) : Vector

Reads a Vector from the underlying Json stream.

ReadVectorProperty ( ) : JsonProperty

Reads the vector property from the underlying Json stream..

비공개 메소드들

메소드 설명
EatWhitespace ( ) : void
PeekChar ( ) : int
PeekToken ( int token ) : void
ReadArray ( ) : object[]
ReadChar ( ) : int
ReadEndObject ( ) : void
ReadLiteral ( ) : object
ReadNumber ( ) : double
ReadObject ( ) : object
ReadStartObject ( ) : void
ReadString ( ) : string
ReadToken ( int token ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsNull() 공개 메소드

public IsNull ( ) : bool
리턴 bool

JsonReader() 공개 메소드

public JsonReader ( TextReader reader ) : System
reader TextReader
리턴 System

Read() 공개 메소드

Reads from the current JSON serialized stream.
public Read ( ) : object
리턴 object

ReadArrayProperty() 공개 메소드

Reads an array property from the JSON serialized stream.
public ReadArrayProperty ( ) : JsonArray
리턴 JsonArray

ReadMatrix() 공개 메소드

Reads a Matrix from the underlying Json stream.
public ReadMatrix ( ) : Matrix
리턴 Matrix

ReadMatrixProperty() 공개 메소드

Reads the matrix property.
public ReadMatrixProperty ( ) : JsonProperty
리턴 JsonProperty

ReadProperty() 공개 메소드

Reads a property from the JSON serialized stream.
public ReadProperty ( ) : JsonProperty
리턴 JsonProperty

ReadVector() 공개 메소드

Reads a Vector from the underlying Json stream.
public ReadVector ( ) : Vector
리턴 numl.Math.LinearAlgebra.Vector

ReadVectorProperty() 공개 메소드

Reads the vector property from the underlying Json stream..
public ReadVectorProperty ( ) : JsonProperty
리턴 JsonProperty