in reply to Re^3: native byte order integer and utf-8
in thread native byte order integer and utf-8
http://developer.chrome.com/extensions/messaging.html#native-messaging
The same format is used to send messages in both directions: each message is serialized using JSON, UTF-8 encoded and is preceded with 32-bit message length in native byte order.
|
|---|