Example: I want to make a list of 5.000 things to buy. User can pick out some things. So I can only have 32 things in this list, right?
no, like I said. 2^32. Thats 1 billion things, give or take.
Serialisation is just a way of turning a program object into a string, it can be as long or as big as any string, which will depend on what field type you are using, but is going to care alot more about the overall size of the field than the number of items you serialized.