In my project, I need to send files and also numbers, the examples in using AsyncStreamsObject seemed to provide an all in one solution to accomplish what I wanted to do. Instead of searching the forums trying to piece together how to send files and numbers using b4xserializator, I opted to use AsyncStreamsObject instead. Allot of times the examples aren't as clear cut as I wish, to do what I want to do and I have to spend hours searching the forums to get enough code snippets to try to put it together. What is simple for you isn't so simple for a dummy like me trying to learn this stuff.
I will go ahead and try to use b4xserializator, since it is the preferred method to send data over the network.