The File plugin should have that -- spec test 104 tests calling
FileWriter.write() with an ArrayBuffer as an argument.

The write() method in File.cs looks like it uses
JSON.JsonHelper.Deserialize to deserialize it, though -- you might have to
dig into the bridge to see exactly how and where it gets encoded in the
first place.


On Tue, Feb 10, 2015 at 8:28 PM, Don Coleman <don.cole...@gmail.com> wrote:

> Are there any examples of deserializing arraybuffers in WP8 plugins?
>
> I'm looking for the WP8 equivalent of Android's byte[] data = args.
> getArrayBuffer(3);
>

Reply via email to