Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Flood
Serialization
JSONSerializer.JSONBaseContext
C# 클래스 Flood.Serialization.JSONSerializer.JSONBaseContext
Base class for tracking JSON contexts that may require inserting/Reading additional JSON syntax characters This base context does nothing.
파일 보기
프로젝트 열기: FloodProject/flood
보호된 프로퍼티들
프로퍼티
타입
설명
proto
JSONSerializer
공개 메소드들
메소드
설명
EscapeNumbers
( ) :
bool
JSONBaseContext
(
JSONSerializer
proto
) :
System
Read
( ) :
void
Write
( ) :
void
메소드 상세
EscapeNumbers()
공개
메소드
public
EscapeNumbers
( ) :
bool
리턴
bool
JSONBaseContext()
공개
메소드
public
JSONBaseContext
(
JSONSerializer
proto
) :
System
proto
JSONSerializer
리턴
System
Read()
공개
메소드
public
Read
( ) :
void
리턴
void
Write()
공개
메소드
public
Write
( ) :
void
리턴
void
프로퍼티 상세
proto
보호되어 있는 프로퍼티
protected
JSONSerializer,Flood.Serialization
proto
리턴
JSONSerializer