blanchg / dart_amf

Native dart interface to AMF and blazeds
MIT License
4 stars 1 forks source link

newbie question #3

Open devlfm opened 7 years ago

devlfm commented 7 years ago

Hi,

I'm investigating possibilities to re-use my saved binary amf files written with as3 bytearray on dart. Is this possible? Currently I use amfphp, and I believe there will be no problem here (at least I think..), but my concerns are with serialized objects, witch I believe share the same concept/structure..

Any thoughts?

Thank you!

blanchg commented 7 years ago

Hi there,

This shouldn't be a problem, the amf format should deserialize from any bytearray in any language.