Such method would be useful for those times when we want to protect the models. I could scramble the bytes for storing, them unscramble them for loading and passing them to Loader.
Just wrap the array in a ByteArrayInputStream and you are done.
That's true, thanks a lot.