i added an overload method to each type in message which reads an array.
these overload methods read the amount, that they should read for the array, from the message instead of the developer having to pre-define the amount.
I also fixed some minor spelling mistakes. Making: intArray -> intoArray. This was done for 'GetSBytes' and 'ReadSerializables'
i added an overload method to each type in message which reads an array. these overload methods read the amount, that they should read for the array, from the message instead of the developer having to pre-define the amount.
I also fixed some minor spelling mistakes. Making: intArray -> intoArray. This was done for 'GetSBytes' and 'ReadSerializables'
Also Vscode removed some empty spaces