rildomoraes / robstechcorner

Automatically exported from code.google.com/p/robstechcorner
0 stars 0 forks source link

Patch for /trunk/Delphi/rtti/xmlserial.pas #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
- List of objects can be Serialized/Deserialized
- Compatibility with .Net XmlSerializer, so it's possible to exchange "mirror" 
objects between Win32 and .Net
   List of objects support is limited (because of .Net XmlSerializer restrictions :-)
     TDto = class ... end;
     TDtoList = class(TObjectList<TDto>)
       !!! this class cannot have any fields/properties, i.e. must be just a plain list of objects
     end;

Original issue reported on code.google.com by pank...@gmail.com on 11 Jan 2012 at 10:55

Attachments:

GoogleCodeExporter commented 9 years ago
i can't seems to apply this patch after i checkout the "trunk", is there a 
updated source anywhere? or a hint as to why this might happen?

Liran

Original comment by liran.sh...@gmail.com on 1 Jul 2012 at 8:31