[progress Communities] [progress Openedge Abl] Forum Post: Re: Code Serialization Inconsistency

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
M

Matt Baker

Guest
What gets written out is controlled by a combination of the widget itself and the Microsoft .NET code dom serializer. PDSOE doesn’t control it. The widget designer class (if it has one) and the annotations on its properties control the serialization. The PDSOE portion of the serialization writes the code dom instructions out as ABL syntax. If you’re UserControl class is written as an ABL class then due to ABL limitations, and the properties that would normally prevent default value serialization are not present as the ABL doesn’t support annotations. mattB

Continue reading...
 
Status
Not open for further replies.
Back
Top