UNICORN - iOS
実体メソッド | 全メンバ一覧
<SBJsonStreamParserDelegate> プロトコル

Delegate for interacting directly with the stream parser. [詳解]

#import <SBJsonStreamParser.h>

<SBJsonStreamParserDelegate> の継承関係図
SBJsonStreamParserAdapter

実体メソッド

(void) - parserFoundObjectStart:
 Called when object start is found.
 
(void) - parser:foundObjectKey:
 Called when object key is found.
 
(void) - parserFoundObjectEnd:
 Called when object end is found.
 
(void) - parserFoundArrayStart:
 Called when array start is found.
 
(void) - parserFoundArrayEnd:
 Called when array end is found.
 
(void) - parser:foundBoolean:
 Called when a boolean value is found.
 
(void) - parserFoundNull:
 Called when a null value is found.
 
(void) - parser:foundNumber:
 Called when a number is found.
 
(void) - parser:foundString:
 Called when a string is found.
 

詳解

Delegate for interacting directly with the stream parser.

You will most likely find it much more convenient to implement the SBJsonStreamParserAdapterDelegate protocol instead.


このプロトコル詳解は次のファイルから抽出されました: