cxflag203 / superobject

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

Document attribute support #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

SOT v1.2 supports D2010 attributes for marshalling, but I don't believe
it's documented.

Type

   TMyRecord = record

     [SOName('ns1:brand')]
     brand: String;

     [SOName('ns2:quantity')]
     amount: Integer;
   end;

Original issue reported on code.google.com by willi...@codics.com on 8 Mar 2010 at 5:19