FWIW, I don’t think it makes sense to implement readObject,writeObject,inflate and deflate in the core class the way Flash ByteArray has it. It will require a lot of code as dependencies. It probably makes more sense to have utility classes for this functionality to make it “pay as you go”.
Harbs On Oct 30, 2016, at 4:08 PM, Alex Harui <[email protected]> wrote: > > > On 10/29/16, 11:55 PM, "PKumar" <[email protected]> wrote: > >> i was exploring byteArray for AMF serialization/deserialization. So I >> will >> have to depend on java script library only. > > In theory, amfjs has the code in it that would be used for > ByteArray/BinaryData readObject/writeObject. > > -Alex >
