Search:

Type: Posts; User: helloworld922

Search: Search took 0.10 seconds.

  1. Re: Need help deserializing an integer array.

    hmm, I see your point.

    Unfortunately, the Only way I can think of to create an x-dimension array is to use reflection, which means no compile-time type checking.

    Object array =...
  2. Re: Need help deserializing an integer array.

    2 ways:

    1. Manually create a larger array as needed, copying over all the old elements and then deleting the old array.
    2. Pre-read the data and get a fixed count of the data set you're reading...
Results 1 to 2 of 2