yiisoft / data-response

https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
17 stars 12 forks source link

PSR-13 and JsonSerializable in xml #84

Open Gerych1984 opened 8 months ago

Gerych1984 commented 8 months ago

Good day. I have two questions:

  1. What about the PSR-13?
  2. Wouldn't it be more correct in case XmlDataResponseFormatter gets a JsonSerializable object but not an XmlDataInterface to take the result from the jsonSerialize() method?
samdark commented 8 months ago

Yes. Likely.