[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: JSON Serialization

  • Thread starter Thread starter simon_barker
  • Start date Start date
Status
Not open for further replies.
S

simon_barker

Guest
That's how I'm currently handling the response. What I was wanting to do was leverage some of the business logic elsewhere in the application and use this to drive the response e.g Find first customer no-lock. Assign oCustomer = new Customer(buffer Customer:handle). WebReponse:entity = oCustomer. The Serialize() method on JsonSerializer doesn't quite give me as lightweight an object as I'd like.

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