JsonDataStreamer

Overview

JsonDataStreamer is an implementation of a data streamer for data serialization/deserialization in the JSON format.

While the JSON Streamer is slower and less efficient than the Binary Streamer, it can be used on platforms that do not support the Bin2DataStreamer format, like web clients. Binary streams are passed base64-encoded.

Please note that Data Abstract for JavaScript now implements Bin2DataStreamer.

Components

The JsonDataStreamer is available on the following platforms:

See Also