
"Jorge Lodos" <lodos@segurmatica.cu> wrote in message news:005701c66565$b7451ce0$f9010a0a@segurmatica.cu...
What I think PT must have that serialization library is not meant to is:
Sorry. I am not sure what you mean: does the submission has these requisite already or not?
IMHO not.
1. The ability to load/save properties independently, not as a whole.
What do you mean by that? Load should be separate from save?
I mean that only one property (which of course could contain others) could be loaded (or saved) at a time. Not the whole tree. For instance, if my tree corresponds to a windows registry key, it is desirable to load or save a single value without loading or saving all the values in the key.
I am quite sure Serialization lib will allow you to do this. Just apply it to appropriate field. Gennadiy