Are there any tools to autogenerate C# classes from xml?

SharatLaishram

New Member
We have xml from a REST API and are currently handwriting POCO's for them. I vaguely recall that there were tools to do this automagically in Visual Studio. What is the best way to generate POCO's from XML?
 
Back
Top