C# 클래스 Flood.Serialization.JSONSerializer.JSONPairContext

Context for JSON records. Will insert/Read colons before the value portion of each record pair, and commas before each key except the first. In addition, will indicate that numbers in the key position need to be escaped in quotes (since JSON keys must be strings).
상속: JSONBaseContext
파일 보기 프로젝트 열기: FloodProject/flood

공개 메소드들

메소드 설명
EscapeNumbers ( ) : bool
JSONPairContext ( JSONSerializer proto ) : System
Read ( ) : void
Write ( ) : void

메소드 상세

EscapeNumbers() 공개 메소드

public EscapeNumbers ( ) : bool
리턴 bool

JSONPairContext() 공개 메소드

public JSONPairContext ( JSONSerializer proto ) : System
proto JSONSerializer
리턴 System

Read() 공개 메소드

public Read ( ) : void
리턴 void

Write() 공개 메소드

public Write ( ) : void
리턴 void