save/load an arraylist without serialization
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have a problem ! I want to save/load an Arraylist (40 000 items (objects)) but i can't use BinaryFormatter because i'm using compact framework ... What is the fast method ? Thank's for your answers and sorry for my poor english (i'm french)
-
Hi, I have a problem ! I want to save/load an Arraylist (40 000 items (objects)) but i can't use BinaryFormatter because i'm using compact framework ... What is the fast method ? Thank's for your answers and sorry for my poor english (i'm french)
What type of objects are you storing? Classes? Structs?
-
What type of objects are you storing? Classes? Structs?
this is a small struct (name, zip code and code) but i can use a class ... it doesn't matter