Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Thrift
Protocol
TJSONProtocol.JSONBaseContext
C# Class Thrift.Protocol.TJSONProtocol.JSONBaseContext
Base class for tracking JSON contexts that may require inserting/Reading additional JSON syntax characters This base context does nothing.
Show file
Open project: abhinavkulkarni/topic-modeling
Class Usage Examples
Protected Properties
Property
Type
Description
proto
TJSONProtocol
Public Methods
Method
Description
EscapeNumbers
( ) :
bool
JSONBaseContext
(
TJSONProtocol
proto
) :
System
Read
( ) :
void
Write
( ) :
void
Method Details
EscapeNumbers()
public
method
public
EscapeNumbers
( ) :
bool
return
bool
JSONBaseContext()
public
method
public
JSONBaseContext
(
TJSONProtocol
proto
) :
System
proto
TJSONProtocol
return
System
Read()
public
method
public
Read
( ) :
void
return
void
Write()
public
method
public
Write
( ) :
void
return
void
Property Details
proto
protected property
protected
TJSONProtocol,Thrift.Protocol
proto
return
TJSONProtocol