onryldz / x-superobject

Delphi Cross Platform Rapid JSON
316 stars 118 forks source link

Is it possible to serialize class TCollection like TObjeclist ? #101

Closed stephanewierzbicki closed 8 years ago

stephanewierzbicki commented 8 years ago

Hello,

Is it possible to serialize TCollection class like a TObjeclist class ? I'm asking this because there is garbage when serializing a TCollection class (capacity, count, published method properties...)

TIA

vkrapotkin commented 8 years ago

Of course. This technique is universal. We should make a fake array property for saving/loading

stephanewierzbicki commented 8 years ago

will be nice to have it :D