메소드 | 설명 | |
---|---|---|
ReadByte ( ) : byte | ||
WriteBinary ( byte bin ) : void | ||
WriteByte ( byte b ) : void |
메소드 | 설명 | |
---|---|---|
ReadJSONSyntaxChar ( byte b ) : void |
Read a byte that must match b[0]; otherwise an exception is thrown. Marked protected to avoid synthetic accessor in JSONListContext.Read and JSONPairContext.Read
|
메소드 | 설명 | |
---|---|---|
GetTypeIDForTypeName ( byte name ) : TType | ||
WriteJSONBase64 ( byte b ) : void |
Write out contents of byte array b as a JSON string with base-64 encoded data
|
|
WriteJSONString ( byte b ) : void |
Write the bytes in array buf as a JSON characters, escaping as needed
|